L
Laurel
I execute this statement in the form_open event. After it is executed, if I
look at the table, it appears to have no records. But instead of having no
rows in my form, I have multiple rows with "#Deleted" in all of the fields.
The number of rows displayed matches the number of rows that had been last
created. How can I get my form not to display these spurious rows when it
is first opened and loaded?
CurrentDb.Execute "DELETE * FROM tblClassSummaryTemp;"
look at the table, it appears to have no records. But instead of having no
rows in my form, I have multiple rows with "#Deleted" in all of the fields.
The number of rows displayed matches the number of rows that had been last
created. How can I get my form not to display these spurious rows when it
is first opened and loaded?
CurrentDb.Execute "DELETE * FROM tblClassSummaryTemp;"