Hi Guys,
I'm using the expression below, return a value of 1 if the field contains a "K". this was a simple fix at the time because K was the only non integer character.
Now I need to modify it to check the field and if there is a non integer I want it to put in a One (or any other integer).
LOC1a: IIf(Mid([LOCATION],5,1)="K","1",Mid([LOCATION],5,1) Mod 2)
Thanks
Ziggy
I'm using the expression below, return a value of 1 if the field contains a "K". this was a simple fix at the time because K was the only non integer character.
Now I need to modify it to check the field and if there is a non integer I want it to put in a One (or any other integer).
LOC1a: IIf(Mid([LOCATION],5,1)="K","1",Mid([LOCATION],5,1) Mod 2)
Thanks
Ziggy