Hi:
I am using a form to pass criteria in my query and my report is then based on this query.
My form has a combobox with values:
Criteria 1
Criteria 2
Criteria 3
I want that whatever criteria the user selects should be displayed on the report header.
I created a text box on my report header and added
=Form!formName!comboboxname
But this does not work. It displays the above as it is in the text box.
Thanks,
Ekta
I am using a form to pass criteria in my query and my report is then based on this query.
My form has a combobox with values:
Criteria 1
Criteria 2
Criteria 3
I want that whatever criteria the user selects should be displayed on the report header.
I created a text box on my report header and added
=Form!formName!comboboxname
But this does not work. It displays the above as it is in the text box.
Thanks,
Ekta