As I asked before I have some problems with DAO360.
When I try to run a db (Access 2003) on another machines in some cases I get an error the application don't recognize some basic functions like Format().
Even though these functions has nothing to do with DAO I found that removing DAO from refernces and adding it again solve the problem
As my db will be changed to MDE setting the reference on the client machine is not an option.
Now I'm looking for the best option to solve this situation:
1. Will puting the DAO from the developing machine in the same folder of the db on the client machine cause the db to use the correct DAO?
2. If I put the correct DAO in the same folder as the db (As in 1) I guess I can re-register the DAO with the correct one, but this might cause problems with other Access applicatins.
3. using late binding as suggested here http://www.access-programmers.co.uk/forums/showthread.php?t=182200&highlight=dao360
When I try to run a db (Access 2003) on another machines in some cases I get an error the application don't recognize some basic functions like Format().
Even though these functions has nothing to do with DAO I found that removing DAO from refernces and adding it again solve the problem

As my db will be changed to MDE setting the reference on the client machine is not an option.
Now I'm looking for the best option to solve this situation:
1. Will puting the DAO from the developing machine in the same folder of the db on the client machine cause the db to use the correct DAO?
2. If I put the correct DAO in the same folder as the db (As in 1) I guess I can re-register the DAO with the correct one, but this might cause problems with other Access applicatins.
3. using late binding as suggested here http://www.access-programmers.co.uk/forums/showthread.php?t=182200&highlight=dao360