B
Boon
Hello,
I have a table A. the first field in table A is called ID. the data type is
integer.
I have created a query. In this query I would like to be able to append data
in to table A, with one specific thing. I would like to be able to append
the row number to column ID in table A.
For intance, if table A is empty, and I apeend 10 records to table A, I want
column ID to have number 1 through 10 when appending.
if table A has 20 records. and I append 10 records to table A, I want column
ID to have number 21 through 30 for my newly appending records.
thanks!
Boon
I have a table A. the first field in table A is called ID. the data type is
integer.
I have created a query. In this query I would like to be able to append data
in to table A, with one specific thing. I would like to be able to append
the row number to column ID in table A.
For intance, if table A is empty, and I apeend 10 records to table A, I want
column ID to have number 1 through 10 when appending.
if table A has 20 records. and I append 10 records to table A, I want column
ID to have number 21 through 30 for my newly appending records.
thanks!
Boon