I have a table that includes fields InspectionDate and BuildingNumber.
I would like to query the data to return records showing the most
recent InspectionDate for each unique BuildingNumber. There are about
150 unique building numbers. Use of either query criteria or VBA
techniques are OK. Thanks in advance for any help or guidance.
Tony
I would like to query the data to return records showing the most
recent InspectionDate for each unique BuildingNumber. There are about
150 unique building numbers. Use of either query criteria or VBA
techniques are OK. Thanks in advance for any help or guidance.
Tony
Comment