I have a Database that I use as a Template to load new data into when setting up for other people. When I append the new data it does not start at 1. With the database empty, I have created a new ID with Auto Number in each table and I have compacted the Database. The appended Data does still not start at 0. I done a lot of reading and it appears what I have done should work but it isn't.
That results in me checking 4 queries and putting in the New ID number with every set up.
Any ideas how to get each table to restart at 1?
That results in me checking 4 queries and putting in the New ID number with every set up.
Any ideas how to get each table to restart at 1?
Last edited: