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?
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?