Zeroanarchy
Technical User
Hi All,
Wondering if someone might be able to explain the following problem, I have created a piece of loop code that on button press works fantastic. When I add the same
code:
do
loop procedure
docmd Close
docmd open form such and such
it does nothing. Is this because the form details have not had time to display on the form??
eg:
Open -> Load -> Resize -> Activate -> Current
At what stage in the above are the fields on the screen populated? and what is the quickest way to run a piece of code similar to mine and then exit the form
Unload -> Deactivate -> Close
cheers ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Wondering if someone might be able to explain the following problem, I have created a piece of loop code that on button press works fantastic. When I add the same
code:
do
loop procedure
docmd Close
docmd open form such and such
it does nothing. Is this because the form details have not had time to display on the form??
eg:
Open -> Load -> Resize -> Activate -> Current
At what stage in the above are the fields on the screen populated? and what is the quickest way to run a piece of code similar to mine and then exit the form
Unload -> Deactivate -> Close
cheers ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.