N
NetworkTrade
Access02
have need for a conditionally visible label in group header & footer
OnFormat.
have made it into a text box and put into the control:
=IIf(IsNull([Name]),"Testing"," ")
Not working. Sanity tested this:
=IIf(([Name]<>"test"),"Testing"," ")
and this works
Sanity tested this
=IIf(([Name]=""),"Testing"," ")
does not work
Underlying query shows just blanks in field and so am perplexed as to why
the IsNull does not work.....
have need for a conditionally visible label in group header & footer
OnFormat.
have made it into a text box and put into the control:
=IIf(IsNull([Name]),"Testing"," ")
Not working. Sanity tested this:
=IIf(([Name]<>"test"),"Testing"," ")
and this works
Sanity tested this
=IIf(([Name]=""),"Testing"," ")
does not work
Underlying query shows just blanks in field and so am perplexed as to why
the IsNull does not work.....