Radio Button Value Pass it to the Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. Thanks for reading my question.

I have a radio button to select the events in the form and I would like to
pass that parameter to the report header indicating which event report is.
There are 5 options user can choose (New Year, Pres B'day, Christmas etc.)

Now, the option value would be 1 - 5. How can I pass this value to the
report header?
 
Passing a value from a form to a report is generally done with a report text
box control source like:
=Forms!frmName!TextBoxName
If you can't figure out from this, then please come back with a more
complete description and possibly some actual form and control names.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top