Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Not sure if I am posting in the right forum but I really need help. I am trying to import data from Excel to an Access database using SQL functions. I keep getting the "FROM clause syntax error". I matched my output with the requirement on MS website and am pretty sure I have the syntax right. Can someone help? Thanks. Here is my code. strSQL = "SELECT * INTO [" & sheetName & "] FROM " & _ "OPENROWSET('Microsoft.Jet.OLEDB.4.0', " & _ "'Excel 8.0;Database=C:\clients\CTim\test2.xls;', " & _ "'SELECT * FROM [" & sheetName & "$]')" Debug.Print strSQL cn.Execute strSQL, lngRecsAff, adExecuteNoRecords -- ryu ------------------------------------------------------------------------ ryu's Profile: http://www.thecodecage.com/forumz/member.php?userid=602 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=122445 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I import data in excel form SQL server? | Excel Worksheet Functions | |||
Import data from Excel to SQL Server 2005 | Excel Discussion (Misc queries) | |||
import data into SQL Server from Excel | Excel Discussion (Misc queries) | |||
Import data from MS Sql Server to Excel | Excel Programming | |||
How to import data from SQL Server | Excel Discussion (Misc queries) |