Microsoft
Software
Hardware
Network
Question : Have the report showing correctly, now what?
Ok,
1st off, thanks for the immediate help to the last question. Here is my problem now..
I have the database open in a dialog box for the form via an autoexec file. I did this to ease the use of everyone in the office. I also wanted to semi-protect the stuff on the main page of Access.
When I click on the PRINT REPORT function we created, it displays in the standard print preview page, thus forcing the user to close the FORM dialog box to simply hit the print button.
Is there a command I can include in my code to make the print preview either show up in it's own dialog box or even simpler, make the file actually print without having to manually click the print button?
Thanks again everyone. I appreciate your time!
Answer : Have the report showing correctly, now what?
get rid of the acviewpreview or replace it with acviewnormal.
I do not see your code, so I am guessing this is what you need.
Random Solutions
Extract sender,subject,priority,at<wbr />tachment from ms outlook using vba
Error Loading sshnas.dll
ADO.NET Insert Command
Error in Stored Proceedure Syntax
How do I close Adobe Reader from within VB.NET
Guides On Data Access Pages
Can I have my text boxes borders visible in form design and not visible during printing
Can i modify uptime of machine?
what is causing "too few parameters. Expect 1.
Binding ComboBox to ObserveableCollection: SelectedItem after deleting item from Collection