I created a form to print reports based on the values selected from a series of check boxes in my option group. I do not want the user to get an empty report so I only want the print command button enabled if the check box shows that is has been selected. Is this possible? I thought the code would look something like this
If me.Check123 = true them me.cmdprint.enabled = true elseif me.cmdprint.enabled = false.
It could be really simple but I greatly appreciate any help. Thank you
If me.Check123 = true them me.cmdprint.enabled = true elseif me.cmdprint.enabled = false.
It could be really simple but I greatly appreciate any help. Thank you
