A
Aria
Hello,
This is the my first IIF expression that I am trying and I was wondering if
someone could provide an assist. I have a report for a school database that
list the substitute teachers and their preferred subjects. This report is for
school emergencies (teacher X is involved in (fill in the reason here) and
won't be able to make it).
Time is now of the essence. I want to call the substitute who can hit the
ground running, so my first calls will be to those subs who have listed the
subject as one of their preferred *and* who have a degree or credential in
the field.
My original report didn't include the credential/degree information so I
have tried to correct that by adding the following to the control source for
txtCredential:
=IIf([Credentials]=True,"Yes","No")
It works but when I tried to use conditional formatting to make "Yes" bold I
received the following message:
The expression you entered contains invalid syntax.
My questions are:
1. Is there something wrong with my expression? I took out the comma after
"True" but that didn't help.
2. To make "Yes" bold, do I add another condition with field value = Yes and
then make it bold?
Thank you for any suggestions you can provide.
This is the my first IIF expression that I am trying and I was wondering if
someone could provide an assist. I have a report for a school database that
list the substitute teachers and their preferred subjects. This report is for
school emergencies (teacher X is involved in (fill in the reason here) and
won't be able to make it).
Time is now of the essence. I want to call the substitute who can hit the
ground running, so my first calls will be to those subs who have listed the
subject as one of their preferred *and* who have a degree or credential in
the field.
My original report didn't include the credential/degree information so I
have tried to correct that by adding the following to the control source for
txtCredential:
=IIf([Credentials]=True,"Yes","No")
It works but when I tried to use conditional formatting to make "Yes" bold I
received the following message:
The expression you entered contains invalid syntax.
My questions are:
1. Is there something wrong with my expression? I took out the comma after
"True" but that didn't help.
2. To make "Yes" bold, do I add another condition with field value = Yes and
then make it bold?
Thank you for any suggestions you can provide.