Hi guys
I am trying to get my append query to write one record at a time into one table from a join of two other tables. I need to do this because I need to increment a value from the what was inserted in the previous record.
I cannot use an autogenerate number becuase we are not allowed to modify the structure of thr recipient table.
Is there something in access that is similar to the cursor in SQL?
I am trying to get my append query to write one record at a time into one table from a join of two other tables. I need to do this because I need to increment a value from the what was inserted in the previous record.
I cannot use an autogenerate number becuase we are not allowed to modify the structure of thr recipient table.
Is there something in access that is similar to the cursor in SQL?