Insert into?

irade92

Registered User.
Local time
Today, 21:09
Joined
Dec 26, 2010
Messages
229
Hi
why this doesn't work
mATC_FULL = "escitaloptam tabl. 20 mk"
DoCmd.RunSQL "INSERT INTO tblXML_LEKOVI_KOM (GENERIKA_FULL) VALUES (" & mATC_FULL & ")"

field GENERIKA_FULL is text
 
...VALUES ('" & mATC_FULL & "')"
 
May want to look at my discussion for why and the CSql function.
 

Users who are viewing this thread

Back
Top Bottom