kennedymr2
Programmer
I have a form say named form1 loaded.
Form1 has a set of totals which i need to keep current.
On hitting a command button i go to form2 (form2.Show), this form writes data to a table., totals of which which i need to display on form1.
On return to the Form1 i need to automatically run a (sub called TotalAll)
which adds data from various tables.
I have tried form1.gotfocus with no results.!
??How do i get this sub TotalAll to run on form1 when i exit the form2.
Appreciate any help.
Form1 has a set of totals which i need to keep current.
On hitting a command button i go to form2 (form2.Show), this form writes data to a table., totals of which which i need to display on form1.
On return to the Form1 i need to automatically run a (sub called TotalAll)
which adds data from various tables.
I have tried form1.gotfocus with no results.!
??How do i get this sub TotalAll to run on form1 when i exit the form2.
Appreciate any help.