Retrieving the prior value from a combo box

  • Thread starter Thread starter Jim/Chris
  • Start date Start date
Thank's for making me re-think the GotFocus event. I got
what I needed with a little tweaking.
 
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.
 
Back
Top