G
Guest
I have a report that contains 4 conditions and I need to structure a SELECT
CASE STATEMENT and I do not know how to start it or how to output the results
into a TextBox in my report.
The conditions I have are as follows:
CASE 1
IF [X:50]>34 THEN “WWWâ€
CASE 2
IF [X:50]<35 THEN “XXXâ€
CASE 3
IF [TYPE] = “A†and Not IsNull([X:50]) THEN “YYYâ€
CASE 4
IF [TYPE] = “A†and IsNull([X:50]) THEN “ZZZâ€
Please Help.
CASE STATEMENT and I do not know how to start it or how to output the results
into a TextBox in my report.
The conditions I have are as follows:
CASE 1
IF [X:50]>34 THEN “WWWâ€
CASE 2
IF [X:50]<35 THEN “XXXâ€
CASE 3
IF [TYPE] = “A†and Not IsNull([X:50]) THEN “YYYâ€
CASE 4
IF [TYPE] = “A†and IsNull([X:50]) THEN “ZZZâ€
Please Help.