W
WhiZa
I'm getting the error:
Data type mismatch in criteria expression
on this statement:
SELECT Name, Year(Birthdate)
FROM People
WHERE Year(Birthdate) = 1977
The field brithdate is of type Text. When I remove the criteri
expression I get the correct years for every persons birthdate. Wh
would it give me the error for the given criteria
Data type mismatch in criteria expression
on this statement:
SELECT Name, Year(Birthdate)
FROM People
WHERE Year(Birthdate) = 1977
The field brithdate is of type Text. When I remove the criteri
expression I get the correct years for every persons birthdate. Wh
would it give me the error for the given criteria