L
lane55
I have a combo box and want the results displayed to be
distinct. The row source (product) contains same values
many times. This gives me duplicate values in combo box
list. What am I missing? Setupsheetinfo is table name.
Product is name of field in table that I want to use as row
source. (I am working on correcting my poor naming conventions)
This is my row source query.
SELECT DISTINCTROW SetupSheetInfo.Product FROM SetupSheetInfo
distinct. The row source (product) contains same values
many times. This gives me duplicate values in combo box
list. What am I missing? Setupsheetinfo is table name.
Product is name of field in table that I want to use as row
source. (I am working on correcting my poor naming conventions)
This is my row source query.
SELECT DISTINCTROW SetupSheetInfo.Product FROM SetupSheetInfo