Getting form info into a textbox

bobby

Registered User.
Local time
Today, 23:21
Joined
Apr 29, 2004
Messages
28
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 ?
 
The form must be open when the report runs. If the value comes from a subform, the syntax will need to be changed.
 

Users who are viewing this thread

Back
Top Bottom