R
Russ
I've got a dummy table that has two fields and no records. An
autonumber field and a field that I would like to hold a specific
sequential number. If no record in that field holds a number in the
range of 6294351 to 6296000 I would like the query to add one to fit
that range until all those numbers are used up. Should end up with
1649 records with sequential numbers in that range. Can I do this
with an update query?
autonumber field and a field that I would like to hold a specific
sequential number. If no record in that field holds a number in the
range of 6294351 to 6296000 I would like the query to add one to fit
that range until all those numbers are used up. Should end up with
1649 records with sequential numbers in that range. Can I do this
with an update query?