I have created 1 Form in the attached mdb file.
Before a new record is added (through the form) to the table CorpNames, I would like to check that the date entered on the form comes AFTER the date of the last (previous) name change for the corporation in question.
When it does not, a warning message should appear. Something like, "Are you sure this is the correct date?"
If anyone can suggest what VBA coding would help, please let me know.
FYI - The file was created using ACCESS 2003.
Thx.
Before a new record is added (through the form) to the table CorpNames, I would like to check that the date entered on the form comes AFTER the date of the last (previous) name change for the corporation in question.
When it does not, a warning message should appear. Something like, "Are you sure this is the correct date?"
If anyone can suggest what VBA coding would help, please let me know.
FYI - The file was created using ACCESS 2003.
Thx.