Conditional Images or Pictures in Reports

A

Amy E. Baggott

I have an invoice report that puts our show logo on every record. There is a
second logo that I want to only have show up on certain records that meet a
certain criterion. Is there a way to do this in Access?

Also, I could have sworn I posted this question yesterday, but when I went
back this morning to see if there were any replies, my post had disappeared.
This isn't the first time it's happened, either.
 
H

Hshah

Dim dFI
Set dFI = [FileID]
Image.Picture = "c:\himanshu\pictures\" & dFI & ".jpg"

HTH
 
Top