Well, I'm doing an application in VBA with 2 forms. In form1 I have a flexgrid that loads records from a database and in form 2 I have a textbox that inserts registration in the same database. What I want to do is to click the add button of form2 to grid of form1 update automatically. How do I upgrade because they are different forms?
ps: I can not have buttons on form1 to update, it has to be even automatically after clicking the add button on form2.
Thank you:)