G
Guest
From the command button (Command1) on the current form, I want to open
another form (form2) and call the On-click event of another button (Command2)
on form2. I tried the following method but they are not working. Is this
possible? Has anyone tried this?
Here's what I tried but unsuccessful:
Call cmdCompanyAdd_Click
' or
[Forms]![COMPANY RETURN ADDRESS ADD CHANGE]![cmdCompanyAdd].Click
Any help is very much appreciated. Thanks.
another form (form2) and call the On-click event of another button (Command2)
on form2. I tried the following method but they are not working. Is this
possible? Has anyone tried this?
Here's what I tried but unsuccessful:
Call cmdCompanyAdd_Click
' or
[Forms]![COMPANY RETURN ADDRESS ADD CHANGE]![cmdCompanyAdd].Click
Any help is very much appreciated. Thanks.