L Linda Guest Feb 26, 2000 #1 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
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
R. Hicks AWF VIP Local time Yesterday, 21:30 Joined Dec 23, 1999 Messages 619 Feb 27, 2000 #2 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).]
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).]