G
Guest
I need to run some code on one form from within a second form. The code will
run through some calculations and update a text box on that first form. Then
after running the code, the second form will update a text box to be equal to
the result of the calculations on the first form. Can someone please tell me
the syntax to call the code that should run? This doesn't work:
Call Form_frmBudgetWeekly.Load_Data
Thanks in advance,
run through some calculations and update a text box on that first form. Then
after running the code, the second form will update a text box to be equal to
the result of the calculations on the first form. Can someone please tell me
the syntax to call the code that should run? This doesn't work:
Call Form_frmBudgetWeekly.Load_Data
Thanks in advance,