Why won't this work?
>>
Private Sub Command2_Click()
DoCmd.OpenForm "frmSearchTitle", , , , , acDialog
DoCmd.Close
End Sub
>>
i want the form to close at the same time as it brings up the report. Or at least just after (either way, without user input).