The following code is still opening my report in a tab, rather than a pop-up preview. I haven't been in my database in a few days, but I believe the only change as to change from opening a form to opening a report. It opens with everything as it should be -- except that it opens in a tab.
Private Sub ButtonOpenOrgReport_Click()
DoCmd.OpenReport "EngageAllYPOrgReport", acViewPreview, , "OrgName = '" & Me.OrgName & "'"
End Sub
Any thoughts?
With thanks!
--ak