brian_msbc
Registered User.
- Local time
- Today, 13:09
- Joined
- Dec 12, 2016
- Messages
- 17
This has been working for me and all the sudden it does not... Here is my query:
When I run this through Access is works perfectly, however when I run this through Excel VBA I get this error:
Run-time error '-2147217900 (80040e14)
Insert INTO Syntax error
Any clue?
Code:
Insert INTO tblPartnerCreditRating (PartnerID,QuestionID,YearValue,Fitch,Moodys,SP,Local) VALUES ('Partner name', 'G3.1', '2014', 'NA', 'Aa3', 'AA-', 'NA')
When I run this through Access is works perfectly, however when I run this through Excel VBA I get this error:
Run-time error '-2147217900 (80040e14)
Insert INTO Syntax error
Any clue?