Hi There,
I have a table in an Access '97 database called Transactions, which includes the following fields:
TransactionNumber,
VehicleRegistration,
TransactionDate, - for example [02/01/2003 09:58:06]
Waste,
NetWeight.
Multiple transactions may occur for the same vehicle each day at different times of the day.
I need to create a parameterised query - [Start Date] + [End Date] for the parameters, that returns only the last transaction time per day for each vehicle in the table along with the rest of the above mentioned fields for that particular record.
I have tried the suggestions given in this thread
Click Me, but I just can't get it to work. Any help given is much appreciated. Thank you.
I have a table in an Access '97 database called Transactions, which includes the following fields:
TransactionNumber,
VehicleRegistration,
TransactionDate, - for example [02/01/2003 09:58:06]
Waste,
NetWeight.
Multiple transactions may occur for the same vehicle each day at different times of the day.
I need to create a parameterised query - [Start Date] + [End Date] for the parameters, that returns only the last transaction time per day for each vehicle in the table along with the rest of the above mentioned fields for that particular record.
I have tried the suggestions given in this thread
Click Me, but I just can't get it to work. Any help given is much appreciated. Thank you.