Printouts of logos in docutments.

J

Joel

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?
 
S

Steve Schapel

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.
 
Top