
Better to open recordsets and leave them open?
I've got a program that has multiple subs accessing a database to update
data on a form in the the db. Is it better to open and close recordsets as
needed, or is it better to open a recordset once, leave it open and access
as needed and close when the user is finished with the program. What if one
of the recordsets is a query in Access?
Thanks.