I have figured out that there is no easy way to create an autonumber field in a query, but that there is a way (supposedly) to create an autonumber field in a table or rather, there is already an autonumber field (the ID field). Is there any way I can make this ID or autonumber field to always begin with 1 so that it acts as a sort of counter/sequential numbering field for the records I put into the table?
I am appending the records from a query of fields from another table in case that has anything to do with it.
I am appending the records from a query of fields from another table in case that has anything to do with it.
Comment