G
Guest
I have a table containing various records identifying items. Each item is
given a sequential number (lets call it a line number). For example, I have
10 records each having a line number field containing the values from 1 - 10.
I want to add a new record but it should logically be placed between lines 5
and 6.
Therefore I need to renumber record 6 - 10 so that the revised line number
field values are 7 - 11, and finally insert my new record with the line
number 6.
I guess this is a simple update query, but I'm not so advanced at the moment.
Can anyone giude me...
many thanks
regards,
Who
given a sequential number (lets call it a line number). For example, I have
10 records each having a line number field containing the values from 1 - 10.
I want to add a new record but it should logically be placed between lines 5
and 6.
Therefore I need to renumber record 6 - 10 so that the revised line number
field values are 7 - 11, and finally insert my new record with the line
number 6.
I guess this is a simple update query, but I'm not so advanced at the moment.
Can anyone giude me...
many thanks
regards,
Who