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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top