I have FormB say with companies info (Add, Edit, Update buttons ..ect). When I load the form, I want to activate the click event for CmdAddNew button
So say I am in FormA ... and I launch
Load FormB
how do I have FormB then automatically call
...CmdAddNew_Click()
Should I have a Public module level variable set in FormB .... so that I can set it in FormA first, ....
then in the form load for FormB test for it ... and launch CmdAddNew_Click() if needed?
So say I am in FormA ... and I launch
Load FormB
how do I have FormB then automatically call
...CmdAddNew_Click()
Should I have a Public module level variable set in FormB .... so that I can set it in FormA first, ....
then in the form load for FormB test for it ... and launch CmdAddNew_Click() if needed?