I have created an application that uses data pulled from an access database. Each time that data needs to be displyed I create a new ado connection and recordset. Would it be better to create one connection and just change the recordset each time? This would certainly reduce the amount of code, but how would it affect performance?