G
Guest
Hi everyone,
I have a combo box with its RowSource based on a query. Its RowSource
property looks like this:
SELECT DISTINCT [DWGNo] FROM qryReidProductDrawings ORDER BY [DWGNo];
Because there are some blank records in the DWGNo field of
qryReidProductDrawings, the drop down list also contains a blank item as a
selection option. Can I somehow get rid off the blank item from the combo
box's drop down list? Any suggestion is appreciated.
Regards,
Sam
I have a combo box with its RowSource based on a query. Its RowSource
property looks like this:
SELECT DISTINCT [DWGNo] FROM qryReidProductDrawings ORDER BY [DWGNo];
Because there are some blank records in the DWGNo field of
qryReidProductDrawings, the drop down list also contains a blank item as a
selection option. Can I somehow get rid off the blank item from the combo
box's drop down list? Any suggestion is appreciated.
Regards,
Sam