Navigating Records

J

Joe Davis

I have a form where i can enter records, but I cannot
scroll through the records using the scroll arrows at the
bottom. when i click the arrow, it goes to a new record,
or i can go to the record i just created. I can't go to
any records i created previously. There are multiple
records in the table that my form is linked to. Is there
a setting that i could have turned off? I appreciate it.
 
R

Rick Brandt

Joe Davis said:
I have a form where i can enter records, but I cannot
scroll through the records using the scroll arrows at the
bottom. when i click the arrow, it goes to a new record,
or i can go to the record i just created. I can't go to
any records i created previously. There are multiple
records in the table that my form is linked to. Is there
a setting that i could have turned off? I appreciate it.

Yeah, turn the DataEntry property off. When that is enabled Access assumes
you want to use the form ONLY for new record entry so it hides all existing
ones.
 
Top