I have a report based on a query which has 7 fields set to true or false. I want to show ticks on my report where the field is true and nothing where it is false. I know I could use checkboxes but I want big green ticks so am using an image. I thought I could set the image.visible property to =IIf([module1]=False,yes,no) but I can't and I don't know how else to do this. I would be very grateful for any help.