Empty Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have combo box on a form that is supposed to get info from a table called
Presentations.

Presentations has only one column in it called Training Presentations.

When I try to have the combo box fill with the data it is empty. Any ideas
why it won't show up. Other boxes on the form work.
 
Open the form in design view, check the Row source property of the combo, do
you have any sql there? If you dont then add one, if you do, check it, run
the sql without the combo to see if you have any data displayed.
It also could be that in the SQL you have a filter that doesnt return any
records
 
I have combo box on a form that is supposed to get info from a table called
Presentations.

Presentations has only one column in it called Training Presentations.

When I try to have the combo box fill with the data it is empty. Any ideas
why it won't show up. Other boxes on the form work.

What's the Row Source property of the combo? What's its Control Source
(the field into which the value will be stored)? If you open the
[Presentations] table directly do you see the data? What are you doing
to "have the combo box fill with data" - that's an odd turn of phrase,
and I wonder what you're actually doing?

John W. Vinson[MVP]
 

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 to fill text boxes.. 3
Access Control on subform / combo box requesting parameter 0
Combo Box on Form 2
Help with Combo Box 4
Combo Box changing data in Table ? 2
Combo Boxes - linking of 5
Combo Box 2
Combo Box Error 2

Back
Top