Printouts of logos in docutments.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, an MS Access template was created for 2 staff memebers and saved on a
newtork drive. When one person prints out the data, the top header logo
shows. However with the other user, when she tries to print out the
document, the logo does not show. does the Logo need to be re-mapped?
 
Joel,

I think there are at least 2 possibilities here. One is that the logo
is on your report as a Linked image, in which case the path to the
linked file is valid from one computer and not from the other. Go to
the design view of the report, and look at the properties of the logo
control, in particular the Picture property and the Picture Type
property. The other option is that the logo is written into the report
at runtime using a VBA procedure, probably on the Format event of the
report section in question. The same thing applies... the path to the
logo file may be valid in one case and not the other.
 

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

Back
Top