How do I test if a Recordset is empty? April 4, 2024 by Tarik I would check the “End of File” flag: If temp_rst1.EOF Or temp_rst2.EOF Then MsgBox “null”