J
janiotjoeawie via AccessMonster.com
I have a form called frmRelations on this form I have a subform/subreport.
On the subform/subreport I have a subform called frm_Address. The link
between the 2 forms is oke.
On the subform I have a command button called cmdAddress and on the Mainform
I have a command button called cmdCancel.
If I click on the cmdCancel I want to check wether cmdAddress is enabled or
not.
The problem is my vb code gives me the error that the subform frm_Address is
not found.
I can see that it is open, but can't find it with my code.
Why can't I see the form (and therefor not see the cmdAddress)?
Regards
On the subform/subreport I have a subform called frm_Address. The link
between the 2 forms is oke.
On the subform I have a command button called cmdAddress and on the Mainform
I have a command button called cmdCancel.
If I click on the cmdCancel I want to check wether cmdAddress is enabled or
not.
The problem is my vb code gives me the error that the subform frm_Address is
not found.
I can see that it is open, but can't find it with my code.
Why can't I see the form (and therefor not see the cmdAddress)?
Regards