I have inherited an Access Database, which programmatically establishes linked tables when the front end of the (split) database is opened. The process is kicked off by a startup form then after the table links are established... opens a switchboard.
The issue that I am having is that they now would like me to make this thing work on a very restricted network environment that doesn't allow "trusted connections" nor "macros enabled", by default. Thusly, every time one opens the database, they are haulted and must choose "enable macros" by hand, which stops the open form event and haults the linking process.
Once you choose "enable macros" the database then compacts (is this standard after enable macros is chosen?).
Anway... I was wondering two things: First and foremost, is there such a thing as an after compact event, or any way to kick off code using compact as the triggering mechanism? Secondly, has anyone dealt with such harsh restrictions in their code, in any way, and might have some hints to make my life easier?
Regards,
Gary
The issue that I am having is that they now would like me to make this thing work on a very restricted network environment that doesn't allow "trusted connections" nor "macros enabled", by default. Thusly, every time one opens the database, they are haulted and must choose "enable macros" by hand, which stops the open form event and haults the linking process.
Once you choose "enable macros" the database then compacts (is this standard after enable macros is chosen?).
Anway... I was wondering two things: First and foremost, is there such a thing as an after compact event, or any way to kick off code using compact as the triggering mechanism? Secondly, has anyone dealt with such harsh restrictions in their code, in any way, and might have some hints to make my life easier?
Regards,
Gary