Ok, when I open my Form, the ListBox displays each JobID four times because of the Color field. It's not supposed to do that. There are four colors in the tblColor that are possible, but the ones chosen for each job are stored in tblPricing. When I change the Row Source code to either tblPricing.ColorID or tblColor.Color, it still does the same thing. Anyone who can offer help to get this displaying the color name from the Color field in tblPricing will be very appreciated.