View Full Version : Combo box problem


geno
01-28-2002, 11:20 AM
Hi, I have a combo box that gets it's information from a query. My problem being that when I click on a command button that activates the query, a form opens with the combo box which is populated with the column from the query. When I click on any item in the box nothing happens, when I go into design view and then back to form view it will work. How can I solve this so that when the form opens I can choose an item on the list? Thanks

Jack Cowley
01-28-2002, 11:29 AM
If I understand correctly what you want to do then you do not need to open the query but have the command button open the form.

geno
01-28-2002, 11:35 AM
Thanks Jack, I guess I was making this more difficult than it had to be.