Hi,
Is there a way to populate sequential numbers in a field using SQL or
VBA? If yes, how?
Assume the following is my existing table:
Fruit ID
Apply
Banana
..
..
Orange
and I want to populate the ID field with 100, 101, 102.....
(I do not want to use append query with autonumber field.)
Excel 009
Is there a way to populate sequential numbers in a field using SQL or
VBA? If yes, how?
Assume the following is my existing table:
Fruit ID
Apply
Banana
..
..
Orange
and I want to populate the ID field with 100, 101, 102.....
(I do not want to use append query with autonumber field.)
Excel 009
Comment