Hi I have 2 Form Form1 and Form2
Form1 have a table and there is my records and there is a Void for refresh the table in the Form1.
Form2 is my insert form I
In Form1, when you open Form2, attach to Form2 OnClose/Closed event, or a custom Save event, which when raised, refreshes the table in form 1.
OnClose/Closed
Save