A family of Microsoft relational database management systems designed for ease of use.
The persistent connection simply means that on application start up that a connection to some (any) back end table is forced to be active at all times.
If the main application form that starts up is say bound to a back end table and this form remains open then you have a persistent connection.
You can test if a persistent connection will fix your issue. On a computer that is linked to the back end, launch Access, open any linked table. Now launch your main application form and try the application. If the delay goes away then a persistent connection will fix this issue.
Two other common issues:
You have forms (or reports) that have a non-default printer (pointing to a network printer that is not available).
Or any linked table to a stray backend database that you don’t have rights or a correct path to.
Regards,
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada