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
Error attempting to set conditional formatting in Excel via VB.NET
ASPNET/C# - Listbox question color - tricky
Need to convert bytes to image in web page ASP.Net C#
Excel - Using Find Method to Locate a Cell in Another Open Workbook
hide in form closing....can not shut down
Need to migrate off NT4 domain where in addition to NT4 server there are two 2003 servers and an SBS 2003 server on the network
creating system.mdw whit VB 5
Access 2007 RunTime - "The command or action 'Find' isn't available now."
vba code to show a message when no records exist when a form is opened
Design question on being able to select multiple records on the form