L
Larry G
I,m using two bound text fields to create a thrid unbound field they are:
2 bound to same table - [contractnum] and [fmscase] - both are text, format
= >, required = no, allow zero lenght = no, indexed = yes (dups ok).
The 3rd unbound field is [contract or fms no.] in it's control source I'm
using the following:
"=IIF([contractnum]=null,[fmscase],[contractnum])"
The above simply doesn't work and I'm not sure why.
The goal is to have the 3rd field show either the contract no. or the
fmscase no (one or the other) - if there is a contract no there will not be
an fms case no. or vise versa.
Any help would be greatly appreciated.
THANKS...
Larry G.
2 bound to same table - [contractnum] and [fmscase] - both are text, format
= >, required = no, allow zero lenght = no, indexed = yes (dups ok).
The 3rd unbound field is [contract or fms no.] in it's control source I'm
using the following:
"=IIF([contractnum]=null,[fmscase],[contractnum])"
The above simply doesn't work and I'm not sure why.
The goal is to have the 3rd field show either the contract no. or the
fmscase no (one or the other) - if there is a contract no there will not be
an fms case no. or vise versa.
Any help would be greatly appreciated.
THANKS...
Larry G.