Clear form after saving

mitchem1

Registered User.
Local time
Yesterday, 21:14
Joined
Feb 21, 2002
Messages
153
What is the best way to clear a form after the user has saved? What I mean is to make all fields empty and move the cursor back to the first field ready for more data entry. Thanks in advance.
 
Assuming your form is bound to a table or query then just add a command button using the Wizard and select Record Operations and then Add New Record.
 

Users who are viewing this thread

Back
Top Bottom