clear an entry

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

Guest
Hi, if an entry doesn't validate I want to clear the entry for the user so they have a clean field to reenter the data. I can't find any code for this. Any suggestions?
Thanks
Linda
 
You could try:

Me![yourControlName].Value = Me![yourControlName].OldValue

Of course "yourControlName" needs to be the actual name of your control.

HTH
RDH

[This message has been edited by R. Hicks (edited 02-26-2000).]
 

Users who are viewing this thread

Back
Top Bottom