Besides creating a new table and choosing the autonumber field, how do I create a query field that adds an ID number that automatically numbers itself (from 1,2,3,4,etc), when I query a table.
For example, I have a table with one field
Names
------
John
Frank
Larry
How do I create a query...