Problem with option group

B

BradC

I am lost on this one. I have an option group on a form to select one of 4
options to print a selected report. The default value of the option group is
set to 0.

the first time you enter the form and select an option button to print a
report you ALWAYS get the report printed from the first option button no
matter waht button you select. Thereafter you can select any option button
and the proper associated report is printed. When you exit the form and
return the same senario is repeated.

is there something else i should declare or initialize?

Help!!!!!
 
D

Dale Fye

What does your code look like that generates the report?

Is there any code behind the Option Group?
 
B

BradC

This is EXACTLY the solution. I was referring to the individual buttons in
the code rather than the option box. The example you gave is also the easiet
code to read in ANY reply I have ever received! I messed with this over the
entire weekend and your code had me fixed in about 2 hours. Please contact
me: bradcritchfield at msn.com
 
Top