H
HM
Hi,
I have query like this but I always got an error:
"Data type mismatch in criteria expression"
Here is my query:
SELECT Sum(IIf(Val([dbo_cum].[age])<13,1,0)) AS age1
FROM dbo_cum;
(age field is text field)
Thanks in advance,
HM
I have query like this but I always got an error:
"Data type mismatch in criteria expression"
Here is my query:
SELECT Sum(IIf(Val([dbo_cum].[age])<13,1,0)) AS age1
FROM dbo_cum;
(age field is text field)
Thanks in advance,
HM