underpaidadmin
IS-IT--Management
I am new to Access, VB, and SQL so bear with me a little. When I run the below code it keeps giving me a syntax error, saying I am missing an operator between
Before that error I had an error with having too many characters at the end of SQL statement which I think I fixed, but this one popped up next. I did a Print of the string that generates the SQL statement in the Immediate Window just to make sure there wasn't something funky sitting there but other than a space I saw nothing.
Code:
tblNames.TIN Where Company="Somecompany"
Before that error I had an error with having too many characters at the end of SQL statement which I think I fixed, but this one popped up next. I did a Print of the string that generates the SQL statement in the Immediate Window just to make sure there wasn't something funky sitting there but other than a space I saw nothing.