I have a need to limit the number of times a company comes up in a query result.
I have two tables:
tblStationData, and tblSerialNumbers
I have tried
SELECT DISTINCT tblStationData.StationID, tblStationData.[Station Name], tblSerialNumbers.SerialNumber
FROM tblStationData INNER JOIN...