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

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
 
D

Douglas J. Steele

How did you set the Row Source? It's hard for us to offer suggestions
without any details!
 
T

Ted

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.
 

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