Hi,
I have a query that works in SQL
Only when I try this in access it wont run
What's the correct syntax for that SQL query in access ?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
I have a query that works in SQL
Code:
SELECT Subject,Notes,CallId FROM Calls WHERE Notes NOT LIKE Subject + '%'
Only when I try this in access it wont run
Code:
SELECT Subject,Notes,CallId FROM Calls WHERE Notes NOT LIKE (Subject + '*')
What's the correct syntax for that SQL query in access ?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta