G
Guest
Is there a function that would allow me to add a incremented # to a select
query? For example, a query returns...
Name
------
Fred
Joe
Barney
.... and I want to add a field Number (caption #) that looks like...
# Name
-- ------
1 Fred
2 Joe
3 Barney
.... and if I edit the query to sort by name, it should look like...
# Name
-- ------
1 Barney
2 Fred
3 Joe
Thanks,
PetroChris
query? For example, a query returns...
Name
------
Fred
Joe
Barney
.... and I want to add a field Number (caption #) that looks like...
# Name
-- ------
1 Fred
2 Joe
3 Barney
.... and if I edit the query to sort by name, it should look like...
# Name
-- ------
1 Barney
2 Fred
3 Joe
Thanks,
PetroChris