I created an application using ADO. After first completion, the App was starting up in 3 seconds. I've since added several modules (.bas) and forms to the App in which there is a connection to the database. Now my App is starting up in 35 seconds. Is there a particular order that I should reference the different parts of my App in order to optimize speed and performance.

Thanks!