form does not load records

  • Thread starter Thread starter Kristen
  • Start date Start date
K

Kristen

Because the form is set to Data Entry, it won't load any
records upon reopening. If you want it to load records,
you will need to change DataEntry property to No.

Then just add a button that called Add Record that will
make a new record. You can do this throught the Wizard.
 
I changed the DataEntry property for the form to No. The form did not load
the data I already had in its related tables. I entered new data. It was
saved to the appropriate tables (DataEntry was still set to No), closed the
form, re-opened the form, and it still did not show the old records.

I do not understand why this is a problem. I have a simple database with
one table and one form. On the form I can view, edit, and enter data without
any changing of properties.
 
where do i change this property?
-----Original Message-----
Because the form is set to Data Entry, it won't load any
records upon reopening. If you want it to load records,
you will need to change DataEntry property to No.

Then just add a button that called Add Record that will
make a new record. You can do this throught the Wizard.


records
previously entered
.
 
Back
Top