ComboBox Drop Down

davies107

Registered User.
Local time
Yesterday, 16:37
Joined
Oct 2, 2012
Messages
143
Hello everyone,

I am having a problem how to solve my combo box drop down. I wanted it to have no spaces or no extra rows below the last record whenever the combobox is clicked and scrolled down.

BTW, I attached a picture.

Thanks :)
 

Attachments

  • comboxboxdrop.jpg
    comboxboxdrop.jpg
    16.5 KB · Views: 112
The "ListRows" property controls how many rows are displayed when it drops down.
 
it has 16 and i changed it to 5 but still a lot of spaces below the record.

number of rows in the entire table is 4,000+
 
Hmm...I looked at one of my ComboBoxes and ListRows is set to 16 but there is only 1 record in the RowSource and that is all that displays with *no* extra space below. I'm not sure what is happening on your form.
 
Hello everyone,

I am having a problem how to solve my combo box drop down. I wanted it to have no spaces or no extra rows below the last record whenever the combobox is clicked and scrolled down.

BTW, I attached a picture.

Thanks :)

Put "Not Is Null" in the Criteria row for the field in the query. Without the quotes.

Let us know how that goes.
 
Put "Not Is Null" in the Criteria row for the field in the query. Without the quotes.

Let us know how that goes.


i tried to several comboboxes in my DBS but nothing happens.
 

Users who are viewing this thread

Back
Top Bottom