I'm trying to stop Access from saving a record unless the "Save" button is clicked. I put the following in the "BeforeUpdate"Event. DoCmd.CancelEvent
I have the following code on the "Save" Button:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
When the "Save" button is clicked, I get the following error message:
"You canceled the Previous Operation" and it won't save the record.
Can anyone Please tell me why???
Thanks.
I have the following code on the "Save" Button:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
When the "Save" button is clicked, I get the following error message:
"You canceled the Previous Operation" and it won't save the record.
Can anyone Please tell me why???
Thanks.