I have created a form that requires data entry.
I want to the user to validate the data they entered before a save occurs, this event would happen when the user presses the SAVE button, using a message box but I am having a problem with the syntax of the code. If anyone has any helpful hints it would be great.
Here is what I want it to look like
____________________________________________
DATA ENTRY
--------------------------------------------
IS THIS WHAT YOU WANT?
PIN: 15 - A - 35
Applicant Name: Alex
Application Description: MEMO
--------------------------------------------
vbYesNo
If Yes then save data entered
If No then close message box and allow user to edit data.
_______________________________________________________
Also, can anyone suggest a good book or guide for ACCESS 2002-03 that would be helpful for this kind of stuff?
-----------------------------------------------------
Thanks, AL
I want to the user to validate the data they entered before a save occurs, this event would happen when the user presses the SAVE button, using a message box but I am having a problem with the syntax of the code. If anyone has any helpful hints it would be great.
Here is what I want it to look like
____________________________________________
DATA ENTRY
--------------------------------------------
IS THIS WHAT YOU WANT?
PIN: 15 - A - 35
Applicant Name: Alex
Application Description: MEMO
--------------------------------------------
vbYesNo
If Yes then save data entered
If No then close message box and allow user to edit data.
_______________________________________________________
Also, can anyone suggest a good book or guide for ACCESS 2002-03 that would be helpful for this kind of stuff?
-----------------------------------------------------
Thanks, AL