Hello,
I have a form with a combo box on it.
In my report i want a text box to display:
"Showing results for " & value_from_form
The value from the form is retrieved from a combo box.
Im having trouble doing this though and have tried setting the control source to =Forms!frmView.cboTeams but it still didnt work. Any ideas ?
I have a form with a combo box on it.
In my report i want a text box to display:
"Showing results for " & value_from_form
The value from the form is retrieved from a combo box.
Im having trouble doing this though and have tried setting the control source to =Forms!frmView.cboTeams but it still didnt work. Any ideas ?