Hi, i mean a row number in a query.
The query has a certain sort criteria itself.
Then we need to add a row with numbering
In excel, you type 1, next row 2 and you auto fill the whole block
In Access query, with this i can make row number (id is a/n field)
myn: DCount("*","tb1","id<=" & [id])...