N
n2nsj
I need to check a large amount of sequential data for duplicate items,
missing items,
start and end of sequences, and other anomalies. The approach I am using is
to create a query that is sorted in asecnding order, ther using a make table
query to create a new table in the sorted order. I need to add an autonumber
primary key to the new table while it is being created. I know I can add it
after the fact, but that is too akward .
How can I add a sequential primary key to the table either during the
creation or with a single click?
missing items,
start and end of sequences, and other anomalies. The approach I am using is
to create a query that is sorted in asecnding order, ther using a make table
query to create a new table in the sorted order. I need to add an autonumber
primary key to the new table while it is being created. I know I can add it
after the fact, but that is too akward .
How can I add a sequential primary key to the table either during the
creation or with a single click?