C
Charles J. via AccessMonster.com
I have a data entry form that has a Menu item to "submit" entries. But, I
have found that if a user partially completes the data entry form and decides
to click on another form or a Menu Item, a record is automatically created
anyways without clicking the submit button.
Could you help me with code, in either after UPdate of form or BeforeUpdate,
to check if the submit button was clicked and if not, do not save the record
to the table?
Thanks,
Charles
have found that if a user partially completes the data entry form and decides
to click on another form or a Menu Item, a record is automatically created
anyways without clicking the submit button.
Could you help me with code, in either after UPdate of form or BeforeUpdate,
to check if the submit button was clicked and if not, do not save the record
to the table?
Thanks,
Charles