J
JD McLeod
I have a report on which I have an if statement with two conditions. I need
to know how to write the formula to include a third statement if the field
[Type] is blank. In my form, it is possible for the user to not know the
type of control just yet, so I have given them the option to leave that field
[Type] blank. However, on my report with the formula below, it automatically
defaults to inserting a “Pâ€. How do I write the formula to include so that
if [Type] is blank, it will leave it blank on the report, “ “. Thanks. Here
is the formula I currently have.
=IIf([Type]='Detective',"D","P")
to know how to write the formula to include a third statement if the field
[Type] is blank. In my form, it is possible for the user to not know the
type of control just yet, so I have given them the option to leave that field
[Type] blank. However, on my report with the formula below, it automatically
defaults to inserting a “Pâ€. How do I write the formula to include so that
if [Type] is blank, it will leave it blank on the report, “ “. Thanks. Here
is the formula I currently have.
=IIf([Type]='Detective',"D","P")