J
jpr
I have a student tracking database where we add about 200 student records a
day. I use an unbound form and vba to add and update records. When a
student is checked in to the database, a new record is added. When the
student is checked out, the record is retrieved and updated. There are about
400 updates to the recordset throughout the day (two per student record)
Which is the best option:
Option 1
Keep the recordset open all day and simply write to it as needed (about 400
times)
Option 2
Open and close the recordset as needed (about 400 times )?
Thank you.
day. I use an unbound form and vba to add and update records. When a
student is checked in to the database, a new record is added. When the
student is checked out, the record is retrieved and updated. There are about
400 updates to the recordset throughout the day (two per student record)
Which is the best option:
Option 1
Keep the recordset open all day and simply write to it as needed (about 400
times)
Option 2
Open and close the recordset as needed (about 400 times )?
Thank you.