D
Dave Evans
OK let me see if I can explain this properly.
I have a number of rows that I want to append to a table.
In one of the columns of the table I would like to append a sequential
number (the next highest number).
I have tried to use the following to append to Table1
DMax("[REF]","Table1") + 1 i.e. find the highest value of [REF] and add 1
but this will append one row only and say the next is a duplicate [REF]
can anybody help me out here. I do not want to change the field to
AutoNumber
Thanks in advance
I have a number of rows that I want to append to a table.
In one of the columns of the table I would like to append a sequential
number (the next highest number).
I have tried to use the following to append to Table1
DMax("[REF]","Table1") + 1 i.e. find the highest value of [REF] and add 1
but this will append one row only and say the next is a duplicate [REF]
can anybody help me out here. I do not want to change the field to
AutoNumber
Thanks in advance