How can I undo changes to records in subforms?

pjustin1

Registered User.
Local time
Today, 16:34
Joined
Nov 9, 2001
Messages
15
HI, let's say when I made some changes to the data display in the subform, later I decide not save the amendments.. how can I do it?

I try using "undo record" but cannot.. DoCmd.Close also can help..
the amended data is saved in any circumstances..

plse help... thanks
juzz

NB: I need to keep the subforms amendable.. so I didn't lock it..
 
I had help on this question too. The answer I got was to use this command.

Me.Undo
DoCmd.Close

Try this and see if it works...
 
Hi.. thanks for the solutions but none can work well...

for the 1st solution, me got this error msg "You enter an invalid expression that has an invalid reference to the property Dirty. The property may not exist or may not applied to the object you specified."

for the 2nd solution, it still save the subforms...

thanks... is there any other ways....?
justin
 

Users who are viewing this thread

Back
Top Bottom