Access Startup on Distributed Applications

access startup on distributed applications

When your distributed applications are sent to a wide audience the application may fail to start if the user has not trusted the application and allowed VBA.

If your application is programmed to start a form that contains VBA the form may display but all the options will be disabled. To save on support time I add a new from which I call frmVBACheck. This form has code in the on open event to close the form and open the main dashboard or menu.

If the user hasn’t set VBA and trusted locations this form will display to advise the user on the required actions.

Check our sample applications to see how this is used.

Related post.

,

Leave a Reply

Your email address will not be published. Required fields are marked *