Not sure if this is possible, but I have a text box that currently returns different text based on an Iff query. I've set it to Wingdings, so I get a smiley or sad face depending on whether a value meets a target or not (True/False). Here it is:
=IIf([Text61]=" "," ",IIf([Text61]="True","J",IIf([Text61]="False","L")))
Our customers now say they would prefer a traffic light system instead. I have some pictures stored as .jpg files and have managed to get these into a separate report. How do I get the existing text box to select the pictures and display them rather than text? If I just insert the path to the pictures, instead of the "J" and "L", I get blank boxes on the report. What do I need to do /check to make sure they appear?
Thanks - I am completely self-taught and will need very basic guidance
=IIf([Text61]=" "," ",IIf([Text61]="True","J",IIf([Text61]="False","L")))
Our customers now say they would prefer a traffic light system instead. I have some pictures stored as .jpg files and have managed to get these into a separate report. How do I get the existing text box to select the pictures and display them rather than text? If I just insert the path to the pictures, instead of the "J" and "L", I get blank boxes on the report. What do I need to do /check to make sure they appear?
Thanks - I am completely self-taught and will need very basic guidance
