Just a small shout!!

IanHem

Registered User.
Local time
Today, 07:59
Joined
Jul 8, 2014
Messages
106
How come its so hard to create an undo method when using a form and subform, lookup tables and tiered selections in combo boxes?
 
Moses decided this issue on his tablet so blame him

update: whining is a totally pointless activity. focus rather on how to resolve or bypass issues
 
Last edited:
what's wrong with using the esc key?
 
I've answered my own problem here.

Thanks CJ but escape doesn't work if you have a subform and move focus to that because Access autosaves at this point.

I had an SQL statement which created temporary tables to store the original information (Thee User is editing here).
Then on undo another statement to re write the changes. The problem with having lookup tables was resolved by simply saving the record before performing any SQL.
 

Users who are viewing this thread

Back
Top Bottom