I have a button on a form that will delete the current parent record via Me.RecordSet.Delete. This parent form has 5 subforms. Each subform is displaying a record associated with the parent record via referential integrity and "Cascade Delete Related Records". When I press the delete button the information displayed from the parent record is still displayed, but the information in the subforms is not. When I navigate to the next record in the parent form, I get the message "Record is deleted". Hitting OK, I get the next record. Navigating to the previous record the deleted record is no longer displayed.
My question: How do I refresh the form so after I delete the current record I no longer see its remanents and need to navigate to the next record? Also I do not want to see the "Record is deleted" message.
Thanks, Steve
Start Free Trial