J
John Doe
I would like to be able to force the user to be able to save a record
ONLY by using the SAVE button I have provided on the form. I have
either disabled or set not visible all the form items that save the
record (such as the navigation buttons).
However, there are two other things: (1) the menu item under "Records"
menu as well as the SHIFT-ENTER keys that correspond to that menu
item, and (2) using the TAB key cycles through all the controls and
when it gets to the last one it saves the record.
I would like to turn OFF all of the ways Access saves the record and
force the user to use the SAVE button on the form. That way I can be
sure all the code gets executed on save.
Any way to do that?
Or should I think of a different way to do things?
ONLY by using the SAVE button I have provided on the form. I have
either disabled or set not visible all the form items that save the
record (such as the navigation buttons).
However, there are two other things: (1) the menu item under "Records"
menu as well as the SHIFT-ENTER keys that correspond to that menu
item, and (2) using the TAB key cycles through all the controls and
when it gets to the last one it saves the record.
I would like to turn OFF all of the ways Access saves the record and
force the user to use the SAVE button on the form. That way I can be
sure all the code gets executed on save.
Any way to do that?
Or should I think of a different way to do things?