Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS Access Record Number 1

Status
Not open for further replies.

JohnH9

Technical User
Joined
Jan 23, 2009
Messages
5
Location
US
I need to include each Access record's record number (which is assigned by Access, not by me) in a report which is generated off of a query.

How can I extract the record number for each record?

Thanks.
 
You want to post in one of the many Access forums here. This forum is form Microsoft SQL Server
 
There's no such thing as a "record number", only fields. If you do not have an ORDER BY clause in your SELECT statement, the order of the records is unpredictable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top