0
Good, I’m making a VBA application with 2 Forms. In Form1 I have a flexgrid that loads records from a database and in form 2 I have a textbox that introduces registration in the same database. What I want to do is to click the add button from form2 to the Form1 grid automatically update. How do I update since they are different formats?
ps: I cannot have buttons in Form1 to update, it has to be even automatically after clicking the add button of form2.
Thank you :)