I have 2 controls with a row source of a table. I have the form load event set to a procedure that deletes * from both tables. The issue is, when I insert rows into those tables, the controls don't show the inserted rows. Should I be emptying the tables at a different time (i.e., not on form load) or empty them a different way?