Hey guys. I'm trying to conditionally format a date field in a report. If the field in the record Is Null I want to return "No" if Not Null I want to return "Yes." Here is what I have so far:
IIf([fldName] Is Null,"No","Yes")
Doesn't work though; either shows the actual entry or a blank space, not "Yes/No"
Help?!?!?!??!?!?!?!?!?
IIf([fldName] Is Null,"No","Yes")
Doesn't work though; either shows the actual entry or a blank space, not "Yes/No"
Help?!?!?!??!?!?!?!?!?