I have a maintenance database that has several related tables (Serial Number, Model Number, Technician Name,etc)and a "data" table to store the maintenance data on equipment. Equipment is identified by its Serial via a lookup to the Serial number table. RMA number, sent and recieved information is stored in the "Data" table.
I am trying to write a query to return information from this "data" table that only includes equipment (based on serial number) that has been serviced more than 1 time. The "data" table has lookup's to the serial number table for serial number information.
How do I have access determine how many of each serial number there are then based on this information return only ones that have been serviced more than Once?
I am trying to write a query to return information from this "data" table that only includes equipment (based on serial number) that has been serviced more than 1 time. The "data" table has lookup's to the serial number table for serial number information.
How do I have access determine how many of each serial number there are then based on this information return only ones that have been serviced more than Once?