how can i create a row in a query that acts the same as autonumber. I have a column named goals that only contains the number 1.
For example the query contains 3 rows. What I want is that another column counts from 1 to 3.
autonumber goals count
1 1 1
2 1 2
3 1 3
ThanXs
For example the query contains 3 rows. What I want is that another column counts from 1 to 3.
autonumber goals count
1 1 1
2 1 2
3 1 3
ThanXs