Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
.... if so, do you mind providing sample code?
I looked everywhere for this and can only find sample code for DAO. I'm a big fan of DAO (who says ADO is simpler?) but I'm trying to get into the 21st century. This is what I have so far: 'Setup ADO for executing action query Dim cmd As New ADODB.Command cmd.ActiveConnection = gsCONNECTION cmd.CommandType = adCmdStoredProc cmd.CommandText = "qryRecipCompRevenuesAndDisputes_Step3" 'Execute cmd.Execute Needless to say it fails miserably and I'm embarassed to post it. All help appreciated. Thanks, Kelii |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running UPDATE and APPEND queries from Access in Excel | Excel Programming | |||
How do I append data from an excel spreadsheet to a access db | Excel Programming | |||
Can I use MS Query in Excel like an Append Query in Access | Excel Discussion (Misc queries) | |||
Paste Append from Excel to Access | Excel Programming | |||
use vba in excel to append data in access | Excel Programming |