P
PC
Hi,
I have a report which is based on an underlying query.One of the fields
[Cancelled] in the query is True/False.
My question is how would I format this on the report so only if this field
is false should "cancelled" be displayed otherwise nothing. I assume the
Text box control on the report should contain code along the lines of -
if[cancelled]=True Then Display "Cancelled" elseif[cancelled] = False then
display nothing.
Is this the correct palce to place the code and if so what is the correct
syntax.
Thanks for any advice.
...pc
I have a report which is based on an underlying query.One of the fields
[Cancelled] in the query is True/False.
My question is how would I format this on the report so only if this field
is false should "cancelled" be displayed otherwise nothing. I assume the
Text box control on the report should contain code along the lines of -
if[cancelled]=True Then Display "Cancelled" elseif[cancelled] = False then
display nothing.
Is this the correct palce to place the code and if so what is the correct
syntax.
Thanks for any advice.
...pc