>> Utility.mda

J

Jonathan

Hi friends, I would like to use late binding for an object reference to
Utility.mda so that I can create an application in one version of MS Access
and release it in any other version. I want to work with the zoom settings.
Any ideas how I can achieve this?

Many thanks,
Jonathan
 
J

Jonathan

Thanks Doug for taking the time to respond

It seems to be an interesting problem. Utility.mda is installed in the
Office folder. However, the parent folder can be the default or anything that
the user chooses when they install office. If I provide my clients with a
..mdb the reference to Utility.mda is resolved. Unfortunitely I provide my
clients with a .mde and the reference is not resolved. As a result the
application breaks on opening - the autoexec calls a startup function and
only displays the 'halt' form without running any lines of code (not even the
error handler).

Any ideas or suggestion to resolve this issue are appreciated :)

Many thanks
Jonathan
 
Top