Very Annoying Combo box problems

R

Rich

I recently created a mutitab form for a database. On one
of the pages I built a combo box with user specified
values. Once one of these values are selected a command
button opens a filtered form based on what value was
selected in the combo box. The problem is that the combo
box refuses to highlight or select any of the values thus
negating the entire point of the excersise. I have used
similar methods before with success so I wonder why am I
experiancing difficulties. I am a relative newbie to
access (comfortable with using the gui interface but no
coding experiance) and any help would be appricated.
 
R

Rick Brandt

Rich said:
I recently created a mutitab form for a database. On one
of the pages I built a combo box with user specified
values. Once one of these values are selected a command
button opens a filtered form based on what value was
selected in the combo box. The problem is that the combo
box refuses to highlight or select any of the values thus
negating the entire point of the excersise. I have used
similar methods before with success so I wonder why am I
experiancing difficulties. I am a relative newbie to
access (comfortable with using the gui interface but no
coding experiance) and any help would be appricated.

A couple possibilities...

The ComboBox has Locked property = True
The Form has AllowEdits property = False
 
K

Ken Snell

Or the combo box is bound to a field in the form's recordsource query and
that query is nonupdatable.
 

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 0
filter on combo box possible? 1
Update a an unbound combo box 1
list or combo box 0
Requery Form from Combo Box 3
synchronized Combo Boxes in subforms 2
Combo Box Display 3
Combo box display 3

Top