D
Darrel
I need to put this in Access query language. Any help is greatly appreciated.
IIf ( Left ( [INV-DESC] , 3)/5 = an integer , «truepart», «falsepart»)
(the left 3 digits of [INV-DESC] will be a whole number between 125 & 500)
IIf ( Left ( [INV-DESC] , 3)/5 = an integer , «truepart», «falsepart»)
(the left 3 digits of [INV-DESC] will be a whole number between 125 & 500)