is there a VBA command to preview a report and open the print window? ...
My current code is ...
> Pleasde note that ribbons and QAT are both hidded in my project.
Thanks In advance
My current code is ...
Code:
If Me.OrderType.Value = "Quotation" Then
DoCmd.OpenReport "SalesQuotation", acPreview, , "OrderID = " & Me.OrderID
End If
> Pleasde note that ribbons and QAT are both hidded in my project.
Thanks In advance