Print Multiple copies/ cant open mdb

  • Thread starter Thread starter katz
  • Start date Start date
K

katz

Hello All!
I have two questions,
1) When I send a report to print, I want to be able to print multiple copies
thru code.

2) Many times I download an mdb file from one of the support groups, but I
can't open it. I get a message "This file located outside intranet or on an
entrusted file".
Even if I save in to my access folder it doesn't help.

Thanks in advance.
Abe
 
1) Create a custom menu with a Print button that appears when your report
opens. Put the following code in the Action property of the Print button:
DoCmd.RunCommand acCmdPrint

This code will bring up the print dialog where you can select the number of
copies you want.

2) When I get a file like this, I zip the file and then extract it to a
folder on my harddrive. The message does not come up on the extracted file.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
Back
Top