Chris B. said:
Does Not work! This action is taking place in a subform
with a pull down menu. For some reason, after I make a
selection, I can not cancel out even with the undo...
Where is the command button? If it's on the main form, not on the
subform, then the subform record will already have been saved by Access
as a matter of course when the focus moves from the subform back to the
button on the main form. There is *no* way of stopping this automatic
save, so if this is what's going on you have to either put the button on
the subform instead of the main form or else do some elaborate
programming to allow you to roll back the changes to the subform's
recordsource table after they've been saved.
If, on the other hand, the button *is* on the subform, and is clicked
before the focus has been moved back to the main form or the subform's
record has otherwise been saved, then it ought to work and you'll have
to tell me more about your setup if I'm to figure out why it doesn't.