swedish_mania
Registered User.
- Local time
- Today, 15:52
- Joined
- Feb 8, 2005
- Messages
- 43
Ive written this error message, to prompt the user before they run a query. If they click yes, then the query runs. If they click cancel, then i want nothing to happen (query being cancelled and the other msgbox 'You have cancelled the previous operation' to not appear).
I know the code isnt right, can someone help me correct it.
Thanks in advance.
Code:
MsgBox ("You are about to delete a record. Do you wish to
continue?"), vbExclamation + vbOKCancel, "Delete Record?"
I know the code isnt right, can someone help me correct it.
Thanks in advance.