I have a problem that is driving me up a wall!!
I've built a form with a variety of (12 or so) command buttons. Each command button has the name of a facility on it (the caption) which is used as the criteria in running a query. From this query I can produce a report containing general information about each facility. That part works great.
So I press the command button on this first form; another form opens that has the name of the selected facility in a text box (from the caption on the previous screen/form)and another command button to run the general report.
I also use the same criteria in a query used as a record source for my combobox for viewing detailed information This part works fine also, however when I try to select a record from my drop down list it will not populate the control.
I should add that I've tried building the combobox from scratch and by using the wizard, with the same result. If I build a different form that isn't getting information from previous form selections the combobox function works fine.
Any suggestions???
Thanks for any help that you folks can give..
I've built a form with a variety of (12 or so) command buttons. Each command button has the name of a facility on it (the caption) which is used as the criteria in running a query. From this query I can produce a report containing general information about each facility. That part works great.
So I press the command button on this first form; another form opens that has the name of the selected facility in a text box (from the caption on the previous screen/form)and another command button to run the general report.
I also use the same criteria in a query used as a record source for my combobox for viewing detailed information This part works fine also, however when I try to select a record from my drop down list it will not populate the control.
I should add that I've tried building the combobox from scratch and by using the wizard, with the same result. If I build a different form that isn't getting information from previous form selections the combobox function works fine.
Any suggestions???
Thanks for any help that you folks can give..