S
Scott
I have one field as below to show the contents of the fields; Model and
SupModel, depending on the availability of these fields and works correctly.
=IIf(IsNull([Model]),"(" & [SupModel] &
")",IIf(IsNull([SupModel]),[Model],[Model] & " (" & [SupModel] & ")"))
Once I add the following in conditional formatting of the field. When both
fields are available, the SupModel was not displayed at all but the field
glows to the second row. Can someone advise the possible causes and fixes
to it.
Expression Is [Field5] Is Not Null
Thanks,
Scott
SupModel, depending on the availability of these fields and works correctly.
=IIf(IsNull([Model]),"(" & [SupModel] &
")",IIf(IsNull([SupModel]),[Model],[Model] & " (" & [SupModel] & ")"))
Once I add the following in conditional formatting of the field. When both
fields are available, the SupModel was not displayed at all but the field
glows to the second row. Can someone advise the possible causes and fixes
to it.
Expression Is [Field5] Is Not Null
Thanks,
Scott