Hi All,
My DB is Access.I'm trying to pull data from access database into an XML file.I'm able to pull the data.But when I try to apply WHERE clause in my sql statement,it doesn't work and is giving me the syntax error.
Here is my SQL statement,
.Source = "SELECT * FROM ([GrantNet],[Categories]) " & _
"WHERE GrantNet.Issue_Number= 01-11"
I'm not sure what mistake I'm doing.Any help is appreciated a lot.Thanks,
Fun