Only new records when I open a form

H

hamstad

I have a fairly standard database with several tables with connected forms
for the users to enter the data.
One of the forms defaults to show a new record each time it is opened, and I
have found no way to scroll through old records as I can do in all my other
forms.
Any ideas anyone ?
 
J

Jeff Boyce

Forms have properties, including one named DataEntry. If that is set to
Yes, you start (and stay) at a new record.
 
H

hamstad

Thx Jeff and Dennis, dataentry set to yes was the problem.
I am doing this in Norwegian, and allthough the prgramming is done in
english, the properties is translated to norw. when viewing the forms, and
this becomes very confusing from time to time.
Sorry for posting twice.

Jeff Boyce skrev:
 
Top