I was reading on Microsoft's support site that one of the ways to minimize corruption in an Access database is to minimize the number of connections made from a single client to the backend database. I am not totally certain about how to accomplish this.
My first thought is this.
Set up the connection globally and refer to it anytime I need to have a recordset in a form. I think that this would need to be done in a module and autoexecuted with the loading of the first form that opens.
Can anyone confirm or offer a better way of utilizing only 1 ADO connection throughout an Access front end.
Thanks.
Phil Edwards
My first thought is this.
Set up the connection globally and refer to it anytime I need to have a recordset in a form. I think that this would need to be done in a module and autoexecuted with the loading of the first form that opens.
Can anyone confirm or offer a better way of utilizing only 1 ADO connection throughout an Access front end.
Thanks.
Phil Edwards