Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This code is actually in Excel, and I have one specific question. This is
code that enters the value myStr into an Access table called MYTABLE For i = 1 To 5 myStr = cells(i,1).value Sql = "INSERT INTO MYTABLE VALUES (" & Chr(39) & myStr & Chr(39) & ")" Connection.Execute Sql Next i This works (it's part of a larger procedure), unless the value myStr has an apostrophe in it - can you tell me how to upload a value with an apostrophe in it? thanks Daniel Bonallack |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change of table name in access where Excel obtains pivot table inf | Excel Programming | |||
Write data to Access table with INSERT when table has auto number | Excel Programming | |||
Importing data from Access to Excel, but I need to vary the table from Access | Excel Programming | |||
Multiple MS Access table sources for pivot table | Excel Discussion (Misc queries) | |||
Adding Records to Access Table | Excel Programming |