Hello,
I wrote a Function ("funcFlush") and a Query ("qryFlush") that simply calls "funcFlush". If qryFlush is run in the Access IDE, the Function runs, but when I use ADODB to call the query, an error is returned 'undefined function "funcFlush" in expression'.
Why would this [user-defined] function be hidden from external code? Is there a security setting that can cause this? I tried the common fixes - like makeing sure VB\tools\"references" are healthy and verifying up-to-date drivers - but so-far have not identified the cause.
(Access 2000, Win2K)
Any help would be very-much appreciated!
Cheers.
I wrote a Function ("funcFlush") and a Query ("qryFlush") that simply calls "funcFlush". If qryFlush is run in the Access IDE, the Function runs, but when I use ADODB to call the query, an error is returned 'undefined function "funcFlush" in expression'.
Why would this [user-defined] function be hidden from external code? Is there a security setting that can cause this? I tried the common fixes - like makeing sure VB\tools\"references" are healthy and verifying up-to-date drivers - but so-far have not identified the cause.
(Access 2000, Win2K)
Any help would be very-much appreciated!
Cheers.