F
Finn Jensen
I need to add a field to a select statement.
SELECT *, recnumber FROM MyTable WHERE CategoryID=3
recnumber should start with 1 and be increased by 1 for each record
found by the select statement.
How do I do that?
TIA
Finn
SELECT *, recnumber FROM MyTable WHERE CategoryID=3
recnumber should start with 1 and be increased by 1 for each record
found by the select statement.
How do I do that?
TIA
Finn