J
jan hendrickx
hi,
i need to add a field to a query so that each record is numbered...
my current query returns data like :
abcde
fghij
klmno
pqrst
.....
i need it like :
1 abcde
2 fghij
3 klmno
4 pqrst
5 .....
i think it should be something like 'Me.CurrentReccord' when using a form
but i need it in a query
how can i do that?
Jan Hx.
i need to add a field to a query so that each record is numbered...
my current query returns data like :
abcde
fghij
klmno
pqrst
.....
i need it like :
1 abcde
2 fghij
3 klmno
4 pqrst
5 .....
i think it should be something like 'Me.CurrentReccord' when using a form
but i need it in a query
how can i do that?
Jan Hx.