> Im trying to have a company logo at the top of my report. The problem is that
> I only want it when the reports "CompanyFrm" field is TSWS. My CompanyFrm
> field is a dropdown box in the form that places the address of the company
> from at the top of the report. Is there a way that when the dropdown box is
> TSWS it places the logo at the top of the report instead of the address?
OK. Where [LogoName] is, do i type C:\logo.bmp or just logo.bmp? and what do
I put in for [Address]? I have multiple addresses. Im guessing [ComboName]
is [CompanyFrom]? Sorry, Im not the best at this! Thanks
>To the OnPrint event of the report add the code
>
[quoted text clipped - 6 lines]
>> from at the top of the report. Is there a way that when the dropdown box is
>> TSWS it places the logo at the top of the report instead of the address?
Damon Heron - 28 Jun 2007 00:44 GMT
What Ofer is saying that on the report you would add an image control. The
Logo image would be imbedded in Access, not linked. When the companyfrm
name is TSWS then the image control would be visible, else the textbox on
the report for the address would be visible.
Damon
> OK. Where [LogoName] is, do i type C:\logo.bmp or just logo.bmp? and what
> do
[quoted text clipped - 16 lines]
>>> is
>>> TSWS it places the logo at the top of the report instead of the address?