Accessing a Stored Procedure
Looking at other samples, they all seem to start out like:
Dim c As adodb.Connection
Set c = New adodb.Connection
But I get an error saying "user defined type not defined" on the first line
"Chad" wrote in message
...
Hi All,
I am just starting to get into Access and Excel. I have worked with a
couple of access databases, but I am now working with an access database
that uses stored procedures and I am stuck.
I was using Microsoft Query to get my data, but it doesn't seem to work
with stored procedures. Could someone lead me in the right direction to
connect to the DB and then access a stored procedure.
Thanks,
Chad
|