Navigation buttons

C

Chris

Can you help me?

I have a continuous form in snapshot mode. It only displays data. I use the
Nav buttons.

Can I disable the "search" feature like I did "filter".

Why, when there is only one record in the table and in the query I use, does
the Nav button indicate 2 records -- and they are both the same record.

How do I do this?

Thanks Gurus and MVPs,
 
J

Jeanette Cunningham

Chris,
what is it that makes you think that the nav button indicates 2 records?
I am guessing at what you are seeing on your form, since I don't have your
form in front of me.
Suppose that you entered one record in your table, then deleted that record.
When you enter the next record, the autonumber for the 1st records (no 1) is
no longer available, the next number is used ( no 2).
So you could have only 1 record in the table, but the record number would
show 2. The record number is not a count of how many records but an
autonumber used to identify a record.

Jeanette Cunningham
 
Top