J
John Michael
Is it possible to detect when someone has pushed their Esc button on a form.
When a form is open and someone is adding a record, if they push the esc
button, the whole form gets reset to an empty record.
Is it possible to detect or can you disable this so that the record does not
clear?
I know there is an On Dirty event for forms, but are there any events that
will tell me if the form has changed from dirty to clean?
I'm trying to create forms that don't update or add new records until they
push the command button when they are finished.
Is it possible to not have it commit until you trigger an event from a
command button?
Thanks
JM
When a form is open and someone is adding a record, if they push the esc
button, the whole form gets reset to an empty record.
Is it possible to detect or can you disable this so that the record does not
clear?
I know there is an On Dirty event for forms, but are there any events that
will tell me if the form has changed from dirty to clean?
I'm trying to create forms that don't update or add new records until they
push the command button when they are finished.
Is it possible to not have it commit until you trigger an event from a
command button?
Thanks
JM