Form will not display previously entered data from table

M

Michelle

I have created a form that includes all fields from a corresponding table.
After opening the form, I used to be able to navigate through the previously
entered records in the form. Now the form only shows one blank record. I
only have this problem with one form. In my other forms I can navigate
through date in the corresponding table with no problem. Any suggestions?
Thanks in advance.
 
R

Rick B

Sounds like the fomr's "data entry" property has been set to "true". Change
it back.
 
D

Dennis

In the form properties check that the 'data entry' property is set to No and
not Yes
 
F

Fred Boer

Dear Michelle:

The form might be set to be a "data entry" form. Check the form's
properties. Under the "Data" tab, ensure that the property for "Data Entry"
is set to "No".

HTH
Fred Boer
 
Top