Returns a Boolean value that indicates whether a Recordset object supports the Requery method, which re-executes the query on which the Recordset object is based.
The return value is TRUE if the Recordset object supports the Requery method. Table-type Recordset objects always return FALSE.
Syntax
BOOLGetRestartable(VOID);