Company Logo in header

P

PHisaw

I have two logos I need to have show up in report header both when viewed and
printed. As I have them now, they are OLEUnbound embedded. I have several
reports that have these same logos. I would like to link them to a folder
where logos are stored.
Any help is greatly appreciated.
Thanks,
Pam
 
C

Carl Rapson

PHisaw said:
I have two logos I need to have show up in report header both when viewed
and
printed. As I have them now, they are OLEUnbound embedded. I have
several
reports that have these same logos. I would like to link them to a folder
where logos are stored.
Any help is greatly appreciated.
Thanks,
Pam

Place an unbound Image control on your report, and in the report's Open
event set the Picture property of the Image control to the file name
(including path) of the logo you want.

Carl Rapson
 
Top