I am trying to re-set my recordset by using the Me.Recordsource = "SELECT * FROM MyTable" command multiple times in the code of my form. The second time the compiler gets to this like I get the error message saying I am referring to an object that is closed or doesn't exist. I don't recall running into this problem earlier. Any ideas on what's going on?