J
Jan Karchnak
Hi,
I have function Function1 defined in MS Access 97 module.
This function is used in query Query1: SELECT A,B,Function1(A) FROM ...
So far so good .. good results.
Now I want to use Query1 in my VB6 application:
Dim rs as recordset
Set rs = Database.OpenRecordset("Query1")
Oops!
Run-time error '3085'
Undefined function 'Function1' in expression.
Help me please!
Thanks
Jan
I have function Function1 defined in MS Access 97 module.
This function is used in query Query1: SELECT A,B,Function1(A) FROM ...
So far so good .. good results.
Now I want to use Query1 in my VB6 application:
Dim rs as recordset
Set rs = Database.OpenRecordset("Query1")
Oops!
Run-time error '3085'
Undefined function 'Function1' in expression.
Help me please!
Thanks
Jan