Hi,
need help with the following:
Access database: when entering in a preset form, it is determined it is not required but would like to retain the data entered but cancel the record, can this be done?
Essentially would like it to do the following:
Please help, I have been stuck and not able to use database
thank you,
need help with the following:
Access database: when entering in a preset form, it is determined it is not required but would like to retain the data entered but cancel the record, can this be done?
Essentially would like it to do the following:
Code:
OnClick DoCmd.SaveRecord DoCmd.CancelRecord DoCmd.MovetoNewRecord
thank you,
Comment