B
Bill B
Hi All
I'm getting the #ERROR from the iif statement below
Control Source: =IIf([test_typ]="IMPA",IIf(Trim([shape])>0,[shape]," ")," ")
[shape] is a four character string value from the database. It's attributes
are a "text field" wtih a name of "Text133"
Database attributes are:
Field Size: 4
Required: No
Allow Zero Length: Yes
Indexed: No
Unicode Compression: No
IME Mode: No Control
IME Sentance Mode: None
If the field happens to be empty then the IIf false condition is returned
and a blank space is displayed. The only time the error is displayed is when
the [shape] variable is called.
Bill
I'm getting the #ERROR from the iif statement below
Control Source: =IIf([test_typ]="IMPA",IIf(Trim([shape])>0,[shape]," ")," ")
[shape] is a four character string value from the database. It's attributes
are a "text field" wtih a name of "Text133"
Database attributes are:
Field Size: 4
Required: No
Allow Zero Length: Yes
Indexed: No
Unicode Compression: No
IME Mode: No Control
IME Sentance Mode: None
If the field happens to be empty then the IIf false condition is returned
and a blank space is displayed. The only time the error is displayed is when
the [shape] variable is called.
Bill