I am trying to add a number to each row of my query I have looked at the FAQs here but can not seem to get it to work. I am using Access 2000
This is my query:
SELECT (SELECT count(*) from dailycatchup where dailycatchup.trID <= Query1.trid), trID AS rownum
FROM Query1 ORDER BY trID;
The name of the query I want to add numbers to is dailycatchup, the name of this query is Query1,
Can someone point out where I'm going wrong please?
Thanks in advance
Steph
This is my query:
SELECT (SELECT count(*) from dailycatchup where dailycatchup.trID <= Query1.trid), trID AS rownum
FROM Query1 ORDER BY trID;
The name of the query I want to add numbers to is dailycatchup, the name of this query is Query1,
Can someone point out where I'm going wrong please?
Thanks in advance
Steph