P
pells22
Guest
I have been reading all the posts and am very confused on this. Basically I have a combo box that a user selects a state on. Then it produces a report that has all the listings in the DB for that state, that was the easy part
Now all I want to do is in the report header in Label61 put the state they selected from the combo box. I have tried a bunch of things, but I can not seem to get focus to the report.
Then I tried this code in the on open of the report. The report runs without an error but nothing shows in that label.
=[label61].[Caption]=[Forms]![Facility Selection For open Quote]![Combo9]
Please let me know what I am doing wrong.
Thanks,

Now all I want to do is in the report header in Label61 put the state they selected from the combo box. I have tried a bunch of things, but I can not seem to get focus to the report.
Then I tried this code in the on open of the report. The report runs without an error but nothing shows in that label.
=[label61].[Caption]=[Forms]![Facility Selection For open Quote]![Combo9]
Please let me know what I am doing wrong.
Thanks,