J
Jeff
Hello,
I have some code that when gets to a certain point opens up a Form to prompt
the user on certain criteria & based on what the user clicks on I want to do
different things. Everything works fine except when I have
DoCmd.OpenForm "frmFormName"
..... more code
the Form opens but then the rest of the code after that command continues on
to execute which I dont want. I want it to stop when the Form Opens & then
when the Form closes to coninue on.
What am I doing wrong or not including ?
Any help would be greatly appreciated.
Thank you,
Jeff
I have some code that when gets to a certain point opens up a Form to prompt
the user on certain criteria & based on what the user clicks on I want to do
different things. Everything works fine except when I have
DoCmd.OpenForm "frmFormName"
..... more code
the Form opens but then the rest of the code after that command continues on
to execute which I dont want. I want it to stop when the Form Opens & then
when the Form closes to coninue on.
What am I doing wrong or not including ?
Any help would be greatly appreciated.
Thank you,
Jeff