Combo Box Values

G

Guest

I have my combo box's row source type as a table/query. The values included
in the combo boxes are from the access table. In this table, I have the
value "All Values" in one of the rows. I want to make sure that "All Values"
appears as the very first value in the combo box drop down. Is there a way
to position the combo boxes default value as the first value rather than a
sorted fashion? I guess my only other option is to add an underscore or
dash before "All Values".

Thanks,
Matt
 
T

Todd Shillam

Matt,

Try sorting in ascending order, and use brackets or parenthesis around "All
Values" -- the brackets or parenthesis should force your option to the top.

Best regards,

Todd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Combo box item selesction 3
Cascading ComboBox on SubForm 6
Cascading Combo Box Questions 7
combo box data type 1
Using Combo Boxes as filter criteria 16
Combo Box Requering 2
Combo Box Help 7
A-Z Sorting Combo 2

Top