G
Guest
I want to change the size of certain fields on a report based on the content
of another field in the report. I tried using an IIF statement, but
apparently my syntax is wrong for entering the subject properties.
The field to change is "text29"
I tried the following in the Data Source property in "text28"
The source of the data is a field named "Jan"
=iif([Jan]=1,[Text29].Height=.1597,[Text29].Height=.0201)
All I get is 0 or -1 in Text28, and no change to Text29.
What is the proper syntax for specifying field properties in this case?
of another field in the report. I tried using an IIF statement, but
apparently my syntax is wrong for entering the subject properties.
The field to change is "text29"
I tried the following in the Data Source property in "text28"
The source of the data is a field named "Jan"
=iif([Jan]=1,[Text29].Height=.1597,[Text29].Height=.0201)
All I get is 0 or -1 in Text28, and no change to Text29.
What is the proper syntax for specifying field properties in this case?