I'm a SUPER novice so am looking for surface-level...easy solutions. I'm building a database to track estimates/quotes that my company generates. One of my fields in each Estimate/quote record is "SalesmanName". I have a table that stores our Salesman names that is linked to our Estimates table. In the Estmates table, I have SalesmanName Data Type as "Text" - in Field Properties - Lookup - Display Control=Combo Box, Row Source Type=Table/Query, Row Source=tblSalesman...
So...I want a query to return all estimates for a specific Salesman...simple, right? Well...it seems that, since that field is a combo box - the query only returns 1 record of a blank combo box for SalesmanName? If I delete the relationship and change the display control to "Text Box" and simply type in each Salesman's Name, the query works perfectly. Please help...I'm sure there's a simple solution...