P
Pass-the-reality
I have a query that returns all the records with today's date. Within the
query, I also return all the record Auto ID numbers. What do I need to add
to this query so that it will only return the max auto ID number. For
example - I only want line 1235 to show as it is the largest ID number.
ID Date
1233 December 31, 2008
1234 December 31, 2008
1235 December 31, 2008
query, I also return all the record Auto ID numbers. What do I need to add
to this query so that it will only return the max auto ID number. For
example - I only want line 1235 to show as it is the largest ID number.
ID Date
1233 December 31, 2008
1234 December 31, 2008
1235 December 31, 2008