All, using access 2010, I'm trying to use len in an IIF statement:
Type: IIf(Len([qryMaster].[PAYROLL])<3,[”Active”],["CLIENT”])
When I run the query; it puts brackets around "Active" and "Client" and it doesn't return any values.
What am I doing wrong please.