Hi all, I have a dillema, I have 3 table, vehicles, drivers and the join table all works fine for data entry both sides and interogation both ways. However, becuase one drive can have more than one vehicle at different times, thus showing mutliple entries for a vehicle, I need to print a list of current drivers who have a vehicle, not how many times they had different vehicles, it's fine if I use the join table and mas the startd date, but as soon as I add the drivers in the next query I get vehicle duplications, how can I stop this?