Refreshes the current recordset by requerying the database.
Syntax
object.requery()
Parameters
object
A Recordset script object.
Remarks
This method returns a new set of records for the open recordset. It can be useful when there are changes to the database while the recordset is open. However, to avoid performance degradation, use this method only when necessary.