Here's a current IIF string i'm trying to change/modify for Access 2007.
X: Sum(IIf(IsNumeric(Left([Prod],1)),1,0)
I'm trying to get it to add up only if [Prod] is 11 characters instead of the above in this format: "1234-A-56.7" (numbers, dashes, letters and decimal). I've tried using "Len" instead of "IsNumeric" but since it contains different characters, it gives me a syntax error. Any point in the right direction would be greatly appreciated.
Kind Regards