I have a form which is basically just a progress bar.
I have the code set to run on Form_Current
But my DoCmd.Close command at the end causes an error saying
"this action cant be carried out while processing a form event"
I can't figure out what event to put my code in so it executes as soon as the form is loaded, then is able to automatically close the form..
I have the code set to run on Form_Current
But my DoCmd.Close command at the end causes an error saying
"this action cant be carried out while processing a form event"
I can't figure out what event to put my code in so it executes as soon as the form is loaded, then is able to automatically close the form..