NauticalGent
Ignore List Poster Boy
- Local time
- Today, 01:19
- Joined
- Apr 27, 2015
- Messages
- 6,935
I am looking for ideas and best practice methods. I feel this is a fairly common issue but I have never really given it much thought. I have a Data Entry/Bound form with a subform. The users want to be able to move freely from on to the other and back, but this renders the Undo command practically useless. I do NOT want to convert the form from Bound to Unbound.
I could simply capture the PK for both tables and run delete queries if the user clicks the Cancel Button, but I am wondering if Transactions would be a better way to go?
I could simply capture the PK for both tables and run delete queries if the user clicks the Cancel Button, but I am wondering if Transactions would be a better way to go?