Combo Box to Filter query

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?
 
D

Danny Lesandrini

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?
 

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

Top