IIf and Image

H

Hallgeir

I have earlier used IIf in a text box controll to print alternative values
in my report.
Is it possible to use IIf or something else to print alternatibe images in a
report?
What I want is to use image c:\a.jpg if
[CurrentDB].[Properties].("AppTiltle") = ABC and use image c:\b.jpg if
[CurrentDB].[Properties].("AppTiltle") = BBC.

I appreciate any suggestions!
 
Top