D
Domino
I have a small problem.
I created a small append query that works very well if there is only one
row. But it has a problem if there is more then one row.
To explain... I have a field in the query that gets the MAX value from a
table field (the same table it appends to) and adds 1 to it.
So if the MAX value is 10 then it calculates 11.
But if there are 5 rows it calculates value 11 for every row so I get 5
duplicate values.
Is there anything I can do to fix this ? (except AutoNumber)
I created a small append query that works very well if there is only one
row. But it has a problem if there is more then one row.
To explain... I have a field in the query that gets the MAX value from a
table field (the same table it appends to) and adds 1 to it.
So if the MAX value is 10 then it calculates 11.
But if there are 5 rows it calculates value 11 for every row so I get 5
duplicate values.
Is there anything I can do to fix this ? (except AutoNumber)