Company Logo in header

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

Guest

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