Private Sub Report_Close()
[COLOR="DarkSlateGray"]Forms!form_name.Visible = -1[/COLOR]
End Sub
Private Sub Report_Open(Cancel As Integer)
[COLOR="DarkSlateGray"]Forms!form_name.Visible = 0[/COLOR]
End Sub
Use these commands, the report is opened and closed events..