ID query

mulisha07

New member
Local time
Today, 14:34
Joined
Oct 14, 2004
Messages
8
Hi...can i make a query that will show the most recent ID. Example..i have a NameID which is set to auto number..and i want the query to show the current record ID..issit possible?
 
SELECT Max(NameID) AS MaxNameID FROM TableName
 

Users who are viewing this thread

Back
Top Bottom