G
Guest
What is the best way to print a value in a report based on the contents of a
field.
I have a field [Billing Code]
if [Billing Code] = A I want to print "Private"
If [Billing Code] = "WC" I want to print "Wokers Comp"
If [Billing Code] = "NF" I want to print "Auto"
In the past I have used and IIF statement in the query to produce a new
field. But that only works for up to 2 values.
field.
I have a field [Billing Code]
if [Billing Code] = A I want to print "Private"
If [Billing Code] = "WC" I want to print "Wokers Comp"
If [Billing Code] = "NF" I want to print "Auto"
In the past I have used and IIF statement in the query to produce a new
field. But that only works for up to 2 values.