R
Richard
Hello all
I have one access table linked to a number of select querys that pulls
out certain data using the WHERE command.
How can I add a sequential number to the querys? I need to leave the
queries as Select and not MakeTable etc.
Current query looks like this:
SELECT [Table 1].*
FROM [Table 1]
WHERE ((([Table 1].field1)="1"))
ORDER BY [Table 1].ID;
many thanks in advance
Richard
I have one access table linked to a number of select querys that pulls
out certain data using the WHERE command.
How can I add a sequential number to the querys? I need to leave the
queries as Select and not MakeTable etc.
Current query looks like this:
SELECT [Table 1].*
FROM [Table 1]
WHERE ((([Table 1].field1)="1"))
ORDER BY [Table 1].ID;
many thanks in advance
Richard