G
Guest
Dear Friends,
I have an unbound form (FormB) whch is opened by the "Not in List" event of
a combo box belonging to an already open form (FormA).
The problem I face is that the code in Not in List event continues to run
disregarding the newly open form. I noticed it after I put a breakpoint
inside the event code. It seems that the code inside the event continues to
run after it goes over "docmd.openform FormB" line without waiting for user
input in FormB.
I need to collect the values from the controls of FormB and pass them to
some Public variables which are already declared in FormA module and because
the code does not wait for user input in FormB I cannot get these values.
Can anyone help?
Thanks in advance.
Catalin
I have an unbound form (FormB) whch is opened by the "Not in List" event of
a combo box belonging to an already open form (FormA).
The problem I face is that the code in Not in List event continues to run
disregarding the newly open form. I noticed it after I put a breakpoint
inside the event code. It seems that the code inside the event continues to
run after it goes over "docmd.openform FormB" line without waiting for user
input in FormB.
I need to collect the values from the controls of FormB and pass them to
some Public variables which are already declared in FormA module and because
the code does not wait for user input in FormB I cannot get these values.
Can anyone help?
Thanks in advance.
Catalin