pungentSapling
NeedHotSauce?
- Local time
- Today, 04:03
- Joined
- Apr 4, 2002
- Messages
- 115
I am trying to make a query that will extract the most recent record entered into a table.
I have three fields in my query:
RecordID (autonumber primary key of table)
Employee Number
Date
the query works but gives me multiple records in the dynaset...I only want one record.
I need to know what criteria to use to extract the highest(furthest from zero) number from the RecordID field.
Thanks in advance..
I have three fields in my query:
RecordID (autonumber primary key of table)
Employee Number
Date
the query works but gives me multiple records in the dynaset...I only want one record.
I need to know what criteria to use to extract the highest(furthest from zero) number from the RecordID field.
Thanks in advance..