Hi,
I am having trouble using these functions together in a query. I have a set of data that could be 3 char or could be 4 char. If it is only 3 char, I need to put a zero in front.
I am trying:
IIf(Len([MyField]=3,"0"&[MyField],[MyField]))
But am getting an error saying that my expression has the wrong number of arguments.
Any help much appreciated.
Cheers,
Kirsti