How do I clear a form in Access after entering info?

J

Jeff Boyce

Not sure you & I mean the same thing by "clear a form".

If you want to save what you've entered, one way is to go to the next
record.

Is the form a data entry form (i.e., property set to yes?), or do you just
have no records in the table underlying the form?

Regards

Jeff Boyce
<Access MVP>
 
G

gem

It is a data entry form. I am trying to append data to a table, and then
clear the data entered after being appended.

Thanks for your assistance
 
J

Jeff Boyce

It is usually sufficient to go to the "next" record. Or you could add a
<Save> command button, with help from the wizard.

Regards

Jeff Boyce
<Access MVP>
 
Top