Consulting

Results 1 to 2 of 2

Thread: Solved: Hide blank values in a drop downbox?

  1. #1

    Solved: Hide blank values in a drop downbox?

    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.

  2. #2
    VBAX Expert Imdabaum's Avatar
    Joined
    Jun 2006
    Posts
    652
    Location
    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.
    Someday I'll understand everything...
    Even then...I'll still pretend I'm a beginner.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •