Hi, I currently have the following code in an event procedure that by clicking a command button the following happens. the code below opens up a report in Print preview and not the regular report view. How do i change the code so that by clicking the command button, the regular report view (green folder) is opened.
Private Sub Command7_Click()
DoCmd.OpenReport "TRI Chemical Purchases", acViewPreview
End Sub
Thanks
Private Sub Command7_Click()
DoCmd.OpenReport "TRI Chemical Purchases", acViewPreview
End Sub
Thanks