A
Andrew
Hi, I have a problem with an append query where i need to increment
the number in a field by 1 each time, but the field cannot be set to
autonumber because fixed values are also stored in it. The values
cannot be duplicates, and i cannot change them to anything else
because of the way they are referenced.
I have created a select query that gets the next available number in
the field, but when i run the append query only the first row is
entered - the select query doesn't change to the next available number
when a new row is to be appended.
Is there any way round this so it updates the select query for each
row appended?
Thanks in advance,
Andrew
the number in a field by 1 each time, but the field cannot be set to
autonumber because fixed values are also stored in it. The values
cannot be duplicates, and i cannot change them to anything else
because of the way they are referenced.
I have created a select query that gets the next available number in
the field, but when i run the append query only the first row is
entered - the select query doesn't change to the next available number
when a new row is to be appended.
Is there any way round this so it updates the select query for each
row appended?
Thanks in advance,
Andrew