Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello everyone,
I want to import only few fields from the excel into the database. i m using Microsoft access as the backend and vb as the front end. So far i have succeeded in opening the excel and load the whole excel data into the database. i used the following query to load the whole data into the database table from access. rs.Open "Test", cn, adOpenKeyset, adLockOptimistic, adCmdTable but i want only specific fields from the excel, for which i used rs.Open "select TestA, TestB, TestC from [vbexl$]", cn, adOpenDynamic, adLockOptimistic, adCmdTable where vbexl is the excel object. Also, please let me know whether the query is right or wrong. please let me know any other way to import only specific fields |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add link to specific Excel worksheet in HTML Outlook message | Links and Linking in Excel | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How to import data from daily reports (excel) into excel database | Excel Discussion (Misc queries) | |||
How can I import data from a mysql database into excel | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel |