G
Guest
I have a bunch of tasks which need key personnel assigned... 4 personnel with
different job titles for each task. I want to develop a report based on a
query which shows me when one or more of the "key players" for a task remains
unassigned. In my report, I want null fields to have the word "Need" in bold
face. How do I do this? Here's what I tried:
=IIf([field_name_for_personnel_title]="","Need","")
different job titles for each task. I want to develop a report based on a
query which shows me when one or more of the "key players" for a task remains
unassigned. In my report, I want null fields to have the word "Need" in bold
face. How do I do this? Here's what I tried:
=IIf([field_name_for_personnel_title]="","Need","")