=IIf(IsNull([tbl3MGR1.OrgName]),"",[Image_tbl3MGR1] & [tbl3MGR1.Title])
I have a field that contains an image of each employee. In my report, I would like that image to not show up at all if there is no image in the record.
Preferably, I'd like the image field to be a separate box on my report, but even when the field is empty, my report shows a gap where the box is sitting.
I've applied the IsNull function to all the other sections of my report so when those fields are empty, they do not show up. Works fine. Just can't make the box with the OLE image in it disappear and lessen the space left behind.
I cannot send you a file -- it's montrous in size.
Any help you can provide is greatly appreciated.
Thank you,
Judy
I have a field that contains an image of each employee. In my report, I would like that image to not show up at all if there is no image in the record.
Preferably, I'd like the image field to be a separate box on my report, but even when the field is empty, my report shows a gap where the box is sitting.
I've applied the IsNull function to all the other sections of my report so when those fields are empty, they do not show up. Works fine. Just can't make the box with the OLE image in it disappear and lessen the space left behind.
I cannot send you a file -- it's montrous in size.
Any help you can provide is greatly appreciated.
Thank you,
Judy