M
mohsin via AccessMonster.com
Hi
I'm using len and left function to get a value but the result is #Error.
The RATE is in TEXT format with value like 64K,256K. the idea is to get only
64 or 256 and change to numbers.
The code i'm using as below;
IIf(Len([A]![RATE]>3),Clng(Left([A]![RATE],3)),Clng(Left([A]![RATE],2)))
can some guide me please, what is the error?
thank you very much,
-mohsin
I'm using len and left function to get a value but the result is #Error.
The RATE is in TEXT format with value like 64K,256K. the idea is to get only
64 or 256 and change to numbers.
The code i'm using as below;
IIf(Len([A]![RATE]>3),Clng(Left([A]![RATE],3)),Clng(Left([A]![RATE],2)))
can some guide me please, what is the error?
thank you very much,
-mohsin