So, How to do that is Continues form, said I want to delete multiple customers that are In Active, so I select all items and click delete btn that we just made, I want it to delete the In Active after checking the criteria, however, it only delete the record I am sitting on, I run in a situations when I want to delete a group of records at once but want to add checking for some criteria, any advice ?
I used Delete query on a parent form and called from code builder and Me.Refresh after, however, the deleted records don't disappear whatever I do, I must hit refresh button for them to disappear, I used Me.Requery as well without luck, what I should do ?
Kevin Robertson 6 months ago
I'm assuming the records you want to delete are in a subform. If so use this syntax:
Forms!ParentForm!Subform.Form.Requery
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.