Is there a way to include 'record number' in a query result? Example of a table:
FirstName LastName
--------- ----------
Mark Smith
John Doe
Mary Williams
Andrew Johnson
The query result that I want is this...
Record# FirstName LastName
------- --------- ----------
1 Mark Smith
2 John Doe
3 Mary Williams
4 Andrew Johnson
Thank you in advance!
Andel
maingel@hotmail.com
FirstName LastName
--------- ----------
Mark Smith
John Doe
Mary Williams
Andrew Johnson
The query result that I want is this...
Record# FirstName LastName
------- --------- ----------
1 Mark Smith
2 John Doe
3 Mary Williams
4 Andrew Johnson
Thank you in advance!
Andel
maingel@hotmail.com