use query to find first record

TimTDP

Registered User.
Local time
Today, 18:08
Joined
Oct 24, 2008
Messages
213
I have a database that includes an itinerary.
I need to build a query that returns the first record in the itinerary for each guardian.
I have attached a sample database which has two tables
tblData = the data
tblResult = this is what I want the query to return

How do I build such a query?
 

Attachments

how do you define the first item - is there a sequence number, or an earliest date/time.

sort ascending on that field, and the top row will be the first item.
 

Users who are viewing this thread

Back
Top Bottom