jetersauce
Registered User.
- Local time
- Today, 01:49
- Joined
- Dec 21, 2010
- Messages
- 20
I need to know if you can put a conditional statement on a bound object frame.
If a result has been approved it needs to display the signature of the person that reviewed it. If it has only been validated it needs to display the text "Results Not Final"
I have a working statement on a textbox that does something similar (ResultStatus=2 is validated and ResultStatus=3 is reviewed).
=IIf([ResultStatus]<=2,"Results Not Final","Reviewed By:")
But when I put:
=IIf([ResultStatus]<=2,"Results Not Final",[SignatureImage])
It will not display the signature or text
If a result has been approved it needs to display the signature of the person that reviewed it. If it has only been validated it needs to display the text "Results Not Final"
I have a working statement on a textbox that does something similar (ResultStatus=2 is validated and ResultStatus=3 is reviewed).
=IIf([ResultStatus]<=2,"Results Not Final","Reviewed By:")
But when I put:
=IIf([ResultStatus]<=2,"Results Not Final",[SignatureImage])
It will not display the signature or text