Forms that only take data

E

Eric Plante

After making some tables and forms, I noticed that everytime I open a form,
it opens with the whole data from the database which is annoying since all I
want are forms that fill the database, delete items from it or update it. Is
there a way to do so?
 
A

Albert D. Kallal

You can set the form to be "data entry" and thus the old records will not
show.

Open the form in design mode and view the properties sheet for the form, you
will find a "data entry" setting.
 
Top