Open clear form

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

Guest

My form is used by many users.

How do I make sure they open a clear form when they open the application
(fyi 97 version).

I dont want them to acces previous data entry.
 
Karine said:
My form is used by many users.

How do I make sure they open a clear form when they open the
application (fyi 97 version).

I dont want them to acces previous data entry.

If you set the form's Data Entry property to Yes (on the Data tab of the
form's property sheet in design view), then the form will always open to
a blank record, and no records previously entered will be visible.
 
Back
Top