I have a form that contains the user interface, and there I have an independent subform that reads data from a form. When I double click to a record, a second subform pops up and I enter the new details there
The problem I have is when I add a new record and click the save button I created, the subform doesn't reflect the changes. I have to close the form of the UI and open it again to see the new record, or go to the table
How can I solve this?
Thank you!!!
The problem I have is when I add a new record and click the save button I created, the subform doesn't reflect the changes. I have to close the form of the UI and open it again to see the new record, or go to the table
How can I solve this?
Thank you!!!
Comment