J
JIM
The following is in my select statement and doesn't work:
IIf Len((Invoices.WONo = 6), Invoices.WONo As WO,Invoices.BMorR &
Invoices.WONo As WO)
I want to use WONo alone if length is 6 as WO, otherwise combine BMorR &
WONo as WO. I've tried it several ways and can't make it work. WONo can be
6 or 4 positions.
TIA
IIf Len((Invoices.WONo = 6), Invoices.WONo As WO,Invoices.BMorR &
Invoices.WONo As WO)
I want to use WONo alone if length is 6 as WO, otherwise combine BMorR &
WONo as WO. I've tried it several ways and can't make it work. WONo can be
6 or 4 positions.
TIA