I need to pull the following SQL statement from an MSAccess DB. It doesn't work as I have it written, how can I fix it?
is a string field with a series of years seperated by semicolons like this "2000;2001;2002;2003;2004"
Code:
SELECT * FROM Addresses WHERE Years CONTAINS 2004
Code:
Years