DAO360.DLL (Access 2003) is causing me some problems
If I move the db to another machine (Also Access 2003) sometimes I get an error 3085 - Undefined function FORMAT in expression
I found that if I unrefernce the DAO360.DLL and refernce to it again problem solved
Probably because of different localization.
I know how to refernce a file using code.
How can I reference this file, or more exact how can I know where it is located? Or should I deploy the one I use on the development machine?
If I move the db to another machine (Also Access 2003) sometimes I get an error 3085 - Undefined function FORMAT in expression
I found that if I unrefernce the DAO360.DLL and refernce to it again problem solved
Probably because of different localization.
I know how to refernce a file using code.
How can I reference this file, or more exact how can I know where it is located? Or should I deploy the one I use on the development machine?