Hi, I have set the report to only open in preview but it always opens the print dialog box instead. What am I doing wrong?
Private Sub CommandButton2_Click()
Dim objAcc As Object
Dim strWhere As String
strWhere = "IDnNo = " & Me.txtBrNo & ""
Set objAcc =...