W
waiting to complete an OLE action
I am using ADO in and MS Excell Code module / Macro to run some select
queries that exist in an access database.
The access query that I am running uses a custom function named
fFindVendorName that exists in a code module in the access database file.
The acces query runs when it is launched from within access.
When the access query is executed by the ADO code in the excell module I get
the following error message.
"[Microsoft][ODBC Microsoft Access Driver] Undefined function
'fFindVendorName' in expression."
I do not understand why this is happening. The function does exist in a code
module that exists in the access DB. Why does this happen? Can anyone tell me
how they resolved this problem.
Thanks,
Mark
queries that exist in an access database.
The access query that I am running uses a custom function named
fFindVendorName that exists in a code module in the access database file.
The acces query runs when it is launched from within access.
When the access query is executed by the ADO code in the excell module I get
the following error message.
"[Microsoft][ODBC Microsoft Access Driver] Undefined function
'fFindVendorName' in expression."
I do not understand why this is happening. The function does exist in a code
module that exists in the access DB. Why does this happen? Can anyone tell me
how they resolved this problem.
Thanks,
Mark