Hi,
I am using VC++ and DAO to retrieve data from an Access database.
In the Access database I have created a module to do some processing before the
data is sent back to the application.
Now when ever I try to run the query in access I get an error message saying
"Undefined object". The error goes away if I remove the Module.
Does anyone know of a way to execute access quries that use modules from VC++.
Thank you very much for your help.