Hi:
You'll find an interesting discussion of this subject in the following thread: thread702-375516
I happen to agree with MichaelRed that the incremental numbers which will change with every sort and filter, are generally useless to me in my applications. However, there may be others uses beyond my experience...but we wouldn't want to revert to the ancient times before relational databases, would we.
e.g.,
I have a table, "tblTransactions", with thousands records. Each record has a unique ID number, the Primary Key (
not autonumber) which I can reference from combo boxes, text boxes, etc., much easier than by trying to calculate how many hundreds and tens of records to go backwards or forward. (And if I wanted to to that, I could use the built-in navigation buttons.)
If you want to avoid confusing the end user, then hide the navigation buttons. Gus Brunston
![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
An old PICKer, using Access2000.