PDA

View Full Version : Solved: Hide blank values in a drop downbox?



lienlee
06-25-2010, 10:53 AM
I have a drop down box and its using an index to grab what values are to be in the box. However. Some of of the index(a column) has blank values. and i dont want them to appear in my dropdownbox. Is there a way to do this without coding.

Imdabaum
06-28-2010, 02:00 PM
Open the design view and go to the properties of the dropdownbox. Open the Row Source builder in the Data tab. Click the ... button and add Is Not Null to the fields that show up blank in the drop down selection.