problem with deleting sub-form records in Creator
We've created an application that consists of one master form and two sub-forms that are linked to the master form. Thus, within the master form, there can be multiple records for each sub-form. Any one of these records can be deleted by clicking on the red X next to it, and then it no longer appears in the master form.
The problem is that sub-form records deleted from within the master form still show up in the sub-form view. So, they’re clearly not being deleted from the database. Has anyone had a similar issue? If so, how did you resolve it?