G
Guest
I'm working with Access XP (2002)
when working with new records and particularly the me.undo command,
ctrl+F9 seems to perform what I expect doCmd.save to do.
If I use the vb docmd.save -something happens, but the record is still
undoable
all the way back to the status of the record when the form first opened.
Yet, if I do a ctrl+F9, add more changes, I am able to undo only to the last
time I pressed ctrl+F9
what is the equivalent vb command for ctrl+F9? or do I have to use sendkey?
I don't want to do a requery on the form, because I'll have to write code to
bring me back to the current record.
when working with new records and particularly the me.undo command,
ctrl+F9 seems to perform what I expect doCmd.save to do.
If I use the vb docmd.save -something happens, but the record is still
undoable
all the way back to the status of the record when the form first opened.
Yet, if I do a ctrl+F9, add more changes, I am able to undo only to the last
time I pressed ctrl+F9
what is the equivalent vb command for ctrl+F9? or do I have to use sendkey?
I don't want to do a requery on the form, because I'll have to write code to
bring me back to the current record.