M
mohsin via AccessMonster.com
Hi there
How can I, make a queries for the variable length characters. The inputA
field have a length which between 6-4 characters.
I try to use below queries, but got #Errors,
IIF(Len(InputA=6,Left(InputA,6),Left(InputA,4))
How about if 5 characters? How can i put in the queries?
Please help,
Thank you
-Mohsin
How can I, make a queries for the variable length characters. The inputA
field have a length which between 6-4 characters.
I try to use below queries, but got #Errors,
IIF(Len(InputA=6,Left(InputA,6),Left(InputA,4))
How about if 5 characters? How can i put in the queries?
Please help,
Thank you
-Mohsin