Form used for adding records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form called Add Records. It has combo boxes, option groups,
and drop down lists, and text boxes. I have it set up to Enter the data and
clear the fields at the same time. However, after exiting the form, or even
exiting the program, and then re-enter the program all the fields show
information from the last entry that was done. How do I make sure that the
fields stay clear after I have exited the program, or the form itself? Hope
my explination isn't too confusing.

Thanks!
 
Hi, J1eggert.

Set the form's DataEntry property to Yes.

Load the form in Design View, and choose View, Properties. The DataEntry
property is on the Data tab.

Hope that helps.
Sprinks
 
Back
Top