G
Guest
I have most of a custom wizard working and can use unbound text boxes on a
startup form to help me keep track of things for my next button.
However even though I can get the back button to go back to the previous
form and close the existing form, I can not get the back button to delete the
saved record.
I can undo an unsaved record but if I use back on a saved record I can not
delete! I have tried many things including running a delete query based on
Formno saved in a hidden unbound text box on my startup form. Tried delete
query in onunload and on deactivate to no help. Also tried accmddelete in on
unload and ondeactivate to no help.
If my users hit a back button on a saved record where am I going to put the
event to delete the saved record (usually incomplete) and which method am I
going to use?
startup form to help me keep track of things for my next button.
However even though I can get the back button to go back to the previous
form and close the existing form, I can not get the back button to delete the
saved record.
I can undo an unsaved record but if I use back on a saved record I can not
delete! I have tried many things including running a delete query based on
Formno saved in a hidden unbound text box on my startup form. Tried delete
query in onunload and on deactivate to no help. Also tried accmddelete in on
unload and ondeactivate to no help.
If my users hit a back button on a saved record where am I going to put the
event to delete the saved record (usually incomplete) and which method am I
going to use?