steve62557
11-06-2014, 12:24 PM
I designed a form to display multiple records that the user can select from. there is a buttom to the right of each record. Click the button and that record is deleted via code. The problem is, the form does not reflect that record being gone until I close the form and reopen it. I have tried adding "me.requery" which should cause the form to reload the underlying recordset but nothing happens. This is an access 2003 database.