Form allways display a new record when opened

H

hamstad

I have a fairly simple database with several tables with connected forms for
the users to enter data.
One of the forms allways comes up with an new record when opened, and I have
found no way to scroll through old records. The other forms in my DB works as
normal.
Any ideas anyone ?
 
D

Dennis

Check the form properties to see if Allow Edits is set to Yes and Data Entry
is set to No
 
Top