RunToTheHills
asked on
Access 2007 SQL statement question
i'm trying to write a simple query in access 2007 but it returns the attached error
what the heck am i doing wrong? i'm sure it is some syntax error
thanks
sqlerror.bmp
what the heck am i doing wrong? i'm sure it is some syntax error
thanks
sqlerror.bmp
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
forgot to put the code in there
SELECT *
FROM Files
WHERE Files.Name = 'John Zawod';