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
Carl Rapson - 25 Sep 2007 16:23 GMT
>I have two logos I need to have show up in report header both when viewed
>and
[quoted text clipped - 5 lines]
> 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