I'm using the following code to open a report.
Private Sub cmdFullTimersR_Click()
DoCmd.SelectObject acReport, Me.Name
DoCmd.Minimize
DoCmd.OpenReport "Full Timer - Current Month", acViewNormal, , , acWindowNormal
End Sub
The code is embedded in the button on the form "Audit Tool Summary"...