A
Anthony
I currently have a button which runs a macro to close MS
ACCESS. When clicked, a msgbox appears asking the user to
confirm. What i want to happen is if the user
clicks 'yes' the application shuts down, but if the user
says 'no' then just close the msgbox.
What currently happens is if you select 'no' another
message box appears. I want this NOT to be there.
Here is currently what i have.
Condition Action
MsgBox("Are you sure?",4+32+256)=7 | Msgbox
.... | StopMacro
| Quit
Thanks in advance for your help
ACCESS. When clicked, a msgbox appears asking the user to
confirm. What i want to happen is if the user
clicks 'yes' the application shuts down, but if the user
says 'no' then just close the msgbox.
What currently happens is if you select 'no' another
message box appears. I want this NOT to be there.
Here is currently what i have.
Condition Action
MsgBox("Are you sure?",4+32+256)=7 | Msgbox
.... | StopMacro
| Quit
Thanks in advance for your help