Hey pplz,
So I have an access frontend that I have made, worked 100% and all was well...
THEN... the company moved to sql.
I have reattached to the sql backend and everything is great EXCEPT the dates in sql are stored as text for some reason.
"2010-11-06 00:00:00"
BUT it is a text format....
so my criteria has <Date() and it returns EVERYTHING :s
Ideas?
Changing the real table format to date isn't really an option as it is a "proper" program and I don't want to go around screwing with stuff like that randomly.
Regards,
Glenn