Microsoft
Software
Hardware
Network
Question : printing a report in access using vba
hi again all,
im using the common dialogue function to find txt files held on my local machine. this is then read into an access database and a report is formatted.. my question is i can get the report to open up using
DoCmd.OpenReport "SUMMARY", acViewPreview
but how can i get it to print automatically?
Answer : printing a report in access using vba
You can set default printers and additional information in the reports properties.
We have multiple printers here (colour, black & white, A3, A4 etc...) so I need to ensure my reports print on the right machine.
Random Solutions
Visual Studios BindingSource problem
Header Row Don't move
Windows can not check for updates Code 800710DD
Setup was unable to format the partition while using RIS
Sending Message on LAN
Expression to Handle the ZERO
Excel sheet auto insert data
Resize pictures in Word
Export Gridview to csv file - btnExportCSV_Click
How to create multi selection combo box in Access 2007 Project File - adp