L
ljubo lecic via AccessMonster.com
My problem is as follows:
I have a form with a combo box (among other fields) which I also use to
check if the item I want to insert
to a table exists in the item register.(Combo record source is that item
register).If It doesn't
exist combo box acitivates its "On not in a list "
procedure.In order to ease the situation when there is
not item in the register I put a command button in the form with "OnClick "
event procedure calling form
"Items" (by Docmd.OpenForm"Items") in order to register
nonexistent item.However when I close that form and return to my original
form My combo box doesn't see that
new value and doesn't permit entry of that item although
it had been registered. IF I CLOSE AND AGAIN OPEN MY FORM
MY COMBO SEES THE new value.
What should I do to resolve this!
Thanks in avance!
I have a form with a combo box (among other fields) which I also use to
check if the item I want to insert
to a table exists in the item register.(Combo record source is that item
register).If It doesn't
exist combo box acitivates its "On not in a list "
procedure.In order to ease the situation when there is
not item in the register I put a command button in the form with "OnClick "
event procedure calling form
"Items" (by Docmd.OpenForm"Items") in order to register
nonexistent item.However when I close that form and return to my original
form My combo box doesn't see that
new value and doesn't permit entry of that item although
it had been registered. IF I CLOSE AND AGAIN OPEN MY FORM
MY COMBO SEES THE new value.
What should I do to resolve this!
Thanks in avance!