S
|
stealthwifi 11/6/2007 |
Tim, |
![]() |
Sergey Kornilov admin 11/6/2007 |
Tim, strSQLSave = "INSERT INTO Tickets (Subject, Request) values (" |
T
|
Tim author 11/6/2007 |
Thanks guys! It was the single quotes. Damn syntax! |
T
|
Tim author 11/7/2007 |
Wait, now I have a different problem. The code inserts a record, but the values are blank if I use dict(FieldName). If I "hard code" a value instead, it writes to the table fine. Any ideas? |
![]() |
Sergey Kornilov admin 11/7/2007 |
Add double quotes around the field name: dict("FieldName") |