I am adding multiple rows to a table using the Insert Into stmt. that gets multiple rows from another table.
My problem is that I need to increment a value (1,2,3,4 etc.) in a field when my Insert Into selects more than one row from the originating table. If I start at 1, for example, how can I get the Insert Into code to fill a column with numbers that increase by one as each new row is added?
Thanks for any help you can provide.
My problem is that I need to increment a value (1,2,3,4 etc.) in a field when my Insert Into selects more than one row from the originating table. If I start at 1, for example, how can I get the Insert Into code to fill a column with numbers that increase by one as each new row is added?
Thanks for any help you can provide.