Solved how to launch the Printer option window

Sodslaw

Registered User.
Local time
Today, 10:17
Joined
Jun 7, 2017
Messages
85
is there a VBA command to preview a report and open the print window? ...

1667390079829.png


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
 

Users who are viewing this thread

Back
Top Bottom