This Access tutorial explains how to add auto number in Access Query using Access VBA Function.
You may also want to read:
Sort Data in Access Report
Add sorting in Access Table field
Add Auto number in Access Table
In Microsoft Access, go to Design View of a Table and define the Data Type of a field as AutoNumber
Go to data view of the Table, each row of data is assigned a sequence number in ascending order.
However, we cannot add the AutoNumber Data Type in Q...
Read More