Thanks for the advice. With the connection object in Studio.NET I believe the function is a follows...
.......
DsGrpSummary.Clear()
OleDbDataAdapter1.Fill(DsGrpSummary)
DataGrid1.DataBind()
'cleaning up...
OleDbConnection1.Close()
OleDbConnection.ReleaseObjectPool()
...this ending, which I haven't been using until now, does not affect the program from what I can see so I suppose it's doing its job...