Closing a form

chrisjnelson

New member
Local time
Today, 02:12
Joined
Jan 22, 2002
Messages
9
This should be so easy but for some reason it will not work!!!

I want a very simple macro that works of a command button, the macro needs to do the following:
Save form
Ask user if they wish to quit database, return to switchboard or remain in the form.

Why will it not work?
 
I am by no means an expert, but I would approach this problem by creating an extra form. The user would press a button with the 'OnClick' event set to open a macro that had 2 steps: save and openForm.

The form would then have three buttons: exit db, open switchboard, or return to form (which would simply close the current form).

Hope that helps!
 

Users who are viewing this thread

Back
Top Bottom