Radio Button Value Pass it to the Report

S

skk

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?
 
D

Duane Hookom

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.
 
Top