M
Michele
I read a most useful comment by John Spenser on how to prevent a field from
appearing in a query- in that case it was people's telephone numbers that
they did not want on a contact list.
I am doing something similar and replicated the expression which worked- it
did not list the content of the field.
However, it still appears in the report, just the content is void.
The expression looks like this
ShowCytologyReasonBleeding:
IIf([ynCytologyReasonBleeding]=True,[ynCytologyReasonBleeding],Null).
I do not want the field to appear in the report at all if it wasn't ticked.
Is there any way of doing this?
Should the expression be in the report on not in the query, like I did it?
appearing in a query- in that case it was people's telephone numbers that
they did not want on a contact list.
I am doing something similar and replicated the expression which worked- it
did not list the content of the field.
However, it still appears in the report, just the content is void.
The expression looks like this
ShowCytologyReasonBleeding:
IIf([ynCytologyReasonBleeding]=True,[ynCytologyReasonBleeding],Null).
I do not want the field to appear in the report at all if it wasn't ticked.
Is there any way of doing this?
Should the expression be in the report on not in the query, like I did it?