option groups on report

  • Thread starter Thread starter carol
  • Start date Start date
C

carol

I have an option group on a form that allows one of four
options to be selected. I would like to know if it is
possible to display the entire option group on a report
with selected option selected?
 
This should be possible. I would try copying the option group from the form
and pasting it in your report.
 
I tried this, but it doesn't link the option group to the
previously selected option. I get a error message 'Enter
Parameter Value'. How do I link the selection to the
report?
 
The option group should have a control source equal to the appropriate field
from the report's record source. This will "bind" the option group to a
value in the table/query.
 
Back
Top