ChrisBelzona
Programmer
I am trying to create a query that has an incremented record count as a field ie results as follows
ID - Desc - Count
------------------
1 - Test1 - 1
5 - Test2 - 2
7 - Test3 - 3
9 - Test4 - 4
etc..
I have followed the FAQ entry on incrementing record counts in queries but that only seems to increment each time I run the query, and not for each record in the query.
Any help would be fantastic
Cheers
Chris
ID - Desc - Count
------------------
1 - Test1 - 1
5 - Test2 - 2
7 - Test3 - 3
9 - Test4 - 4
etc..
I have followed the FAQ entry on incrementing record counts in queries but that only seems to increment each time I run the query, and not for each record in the query.
Any help would be fantastic
Cheers
Chris