Run 32 bit Jet & DAO application on 64 bit windows
Officially MS says that under 64 bit Windows the JET engine is no longer available, however it is still possible to run your JET or DAO based application on a 64 bit Windows machine.
To run the application you need to force it and the applications associated DLL's to run in 32 bit mode, simply run the command below from a command prompt :-
Show Plain Text- CoreFlags.exe \Path\Application /32BIT+
This will set a bit flag on the application and force it to be run in 32 bit mode, you can use 32BIT- to unset the bit flag if required.
CoreFlags.exe is not recognized in command prompt