Can I have an unbound combo Box to only use as a form control ?

  • Thread starter Thread starter Spidey3721
  • Start date Start date
S

Spidey3721

I placed a combo box on my form that I want to use as a control to only
filter a subform. I believe that I set up the ROW SOURCE correclty, but when
I viwe my form, nothing is there - I DO NOT have the control bound to any
field in the form's record source and would like to leave it that way.

Is this possible, or do I have to bind it to something ?

Thanks
 
How did you set the Row Source? It's hard for us to offer suggestions
without any details!
 
You shouldn't need to bind a combo box to be able to
display a list. You may want to check the column count
and column widths to make sure that the settings are
correct (one time I set my column widths with the first
one as 0, then forgot to change the column count from the
default of 1 and it looked like a blank list).

If that doesn't work, you may want to post your row
source info.
 
Back
Top