Clear form Command

  • Thread starter Thread starter Kaylen
  • Start date Start date
K

Kaylen

Is there a command button to place on the form so that it will clear out all
the data on that form so new data can be entered? Any help is appreciated.

P.S. I dont want to add a new record. There should be one record only and I
would clear out the old data to enter a new one.
 
So there is some reason you cannot just delete the record? Maybe then add a
new one, or do you want to bring back the old one if they don't finish
adding the new one. You certainly have my curiosity up. To clear the
record you would just cycle through the controls and delete each item.
 
Back
Top