Hi, I have two forms, Form1 with a datagridview and Form2 that is meant to add a new record to the linked database in access.
How can i get the datagrid on Form1 to refresh as soon as this is created?
(created once 'Add' button is clicked).
Thanks