D
Dale
I want to be able to insert a whole bunch of records from one table into
another table using a query. I need to be able to set/increase the value of a
field that is a number with each row it inserts. Most people will say to have
it as an autonumber field but that is not an option here. Any ideas on how to
do this?
Sample data
Joe1, Address1, City2, Train1
Joe2, Address2, City3, Train4
Joe3, Address3, City1, Train2
Inserted into table sample
1, Joe1, Address1, City2, Train1
2, Joe2, Address2, City3, Train4
3, Joe3, Address3, City1, Train2
another table using a query. I need to be able to set/increase the value of a
field that is a number with each row it inserts. Most people will say to have
it as an autonumber field but that is not an option here. Any ideas on how to
do this?
Sample data
Joe1, Address1, City2, Train1
Joe2, Address2, City3, Train4
Joe3, Address3, City1, Train2
Inserted into table sample
1, Joe1, Address1, City2, Train1
2, Joe2, Address2, City3, Train4
3, Joe3, Address3, City1, Train2