Retrieving the prior value from a combo box

R

Rob

Thank's for making me re-think the GotFocus event. I got
what I needed with a little tweaking.
 
B

Bruce M. Thompson

There is also an "OldValue" property for the field that is available until the
*record* is saved to the table. You just need to check for Null in your code in
the event it is a new record or the field had never before contained a value.
 
Top