Wolfeyes3572
01-04-2002, 10:42 AM
I have a one-to-many relationship between the main equipment table and the table that stores all the readings and dates of readings for each piece of equipment. The tables are joined on the "serial number" field.
I want to make a query that will return only the most recently dated count, rather than every count for every serial number. I tried a "top value" of one, but it returned only one record, not the top valued record for each serial number.
Any suggestions? Oh, I am also detailing the query to look for equipment from only certain locations.
I want to make a query that will return only the most recently dated count, rather than every count for every serial number. I tried a "top value" of one, but it returned only one record, not the top valued record for each serial number.
Any suggestions? Oh, I am also detailing the query to look for equipment from only certain locations.