Hi,
I have a form with an option box. Once the box is clicked a report opens. After I close the report, the form is still there but I do not want the 'black selection dot' to be in the option box; I want it to be empty as it was when the form was first opened. What code is needed for this?
Thanks.
Private Sub Option183_Click()
DoCmd.OpenReport "Rpt_Charges03", acPreview, "", ""
DoCmd.Maximize
End Sub
I have a form with an option box. Once the box is clicked a report opens. After I close the report, the form is still there but I do not want the 'black selection dot' to be in the option box; I want it to be empty as it was when the form was first opened. What code is needed for this?
Thanks.
Private Sub Option183_Click()
DoCmd.OpenReport "Rpt_Charges03", acPreview, "", ""
DoCmd.Maximize
End Sub