Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me what may be wrong with the following code?
It generates an error when it tries to execute the .Open for the recordset. I am trying to connect to the database, open the table, and bring data back to an excel spreadsheet. Also, is the same procedure used to open a query that is stored in the access database that is used to open a table. Any help would be greatly appreciated. Thanks Vince Dim cn As ADODB.Connection, rs As ADODB.Recordset, r As Long, c As Long Set cn = New ADODB.Connection cn.Open "Provider=Microsoft.Jet.Oledb.4.0; " & _ "Data Source=C:\Access Data\DoctorBlades.mdb;" Set rs = New ADODB.Recordset With rs .Open "tblDoctorBlades", cn, adOpenDynamic, adLockOptimistic End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code problem | Excel Discussion (Misc queries) | |||
Little problem with this code... | Excel Discussion (Misc queries) | |||
VBA code problem | Excel Programming | |||
Code Problem | Excel Programming | |||
problem with code | Excel Programming |