Print Multiple copies/ cant open mdb

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
 
S

Steve

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top