Adding Sequential numbers to a new feld in access table.

R

rjcmi

I am working with a table which is actually a merge of 14 other
tables, therefore there is no real index key.

Table 1 Index was 1-5000
Table 2 index was 1-5000

In the merged database there are about 52,000 records, but no index
key.

I added a field to the table named Index and would like to populate
that field with a unique index number.

Does anyone have any ideas on how I could create an update query which
would add 1-52,000 to this field.

Thank you for your help.
 
M

Marshall Barton

rjcmi said:
I am working with a table which is actually a merge of 14 other
tables, therefore there is no real index key.

Table 1 Index was 1-5000
Table 2 index was 1-5000

In the merged database there are about 52,000 records, but no index
key.

I added a field to the table named Index and would like to populate
that field with a unique index number.

Does anyone have any ideas on how I could create an update query which
would add 1-52,000 to this field.


Not with just that information. OTOH, why not just add an
autonumber field and let Access fo it for you?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top