Close Window

DBFIN

Registered User.
Local time
Today, 09:18
Joined
May 10, 2007
Messages
205
1. If I mistakenly include a close window action in a macro to close a form that is not open, will this cause any issues such as unneccessarily opening the form simply to close it ?

2. If the close window action's save property is "prompt", will this cause the window to remain open until I open the form and save the record ?
 
1. If I mistakenly include a close window action in a macro to close a form that is not open, will this cause any issues such as unneccessarily opening the form simply to close it ?
No but you might get an error message that Access can't find the object.

2. If the close window action's save property is "prompt", will this cause the window to remain open until I open the form and save the record ?
The 'window' in this case would be your form. If you have the form's Save property set to PROMPT, then the form won't close until you answer the prompt. But once you answer it, the form will close, whether you save or not (Unless you hit CANCEL)
 
Thanks for your help !!!
 

Users who are viewing this thread

Back
Top Bottom