T
Tony Williams
I have a prompt form that the user selects which records to run a report on.
When the report opens I want the form to close. I've used this simple code
but it doesn't work. Anyone help?
Private Sub Report_Open(Cancel As Integer)
DoCmd.Close acForm, Me.Name
End Sub
Thanks
Tony
When the report opens I want the form to close. I've used this simple code
but it doesn't work. Anyone help?
Private Sub Report_Open(Cancel As Integer)
DoCmd.Close acForm, Me.Name
End Sub
Thanks
Tony