G
Guest
I have a field with a single character code in it and want to display the
corresponding word on a report. When I put the following in a textbox Control
Source param. I get #Error displayed on the report. Any ideas?
=Switch([RecType] = "D", "Deceased",[RecType] = "S", "Suspended",[RecType] =
"P', "Prospect")
corresponding word on a report. When I put the following in a textbox Control
Source param. I get #Error displayed on the report. Any ideas?
=Switch([RecType] = "D", "Deceased",[RecType] = "S", "Suspended",[RecType] =
"P', "Prospect")