Combo Box to Filter query

  • Thread starter Thread starter Ray S.
  • Start date Start date
R

Ray S.

I have a form with a combo box. The box has three options. I am trying to use
it to filter in a select query. If I type in the options directly, there is
no problem and the query returns the expected result. If I use the combo box
to filter, it only works if you select the first option. I'm certain I have
typed the options correctly. Selecting either of the other two options
returns no results. What am I doing wrong?
 
Ray:

How do you have the properties of the combo box set up?
How many columns and what are column widths?
What is the SQL behind the combo box, or is it a static list?

Next, how are you referencing the combo box in your filter?
 
Back
Top