I can make changes to a form from a Function using the following code:
"Forms![frmSomeName].btnFirst.enabled etc".
I would like to do the same to a subform but the code
"Forms![subfrmSomeName].btnFirst.enabled etc"
does not work. Can someone help me with this, please.
"Forms![frmSomeName].btnFirst.enabled etc".
I would like to do the same to a subform but the code
"Forms![subfrmSomeName].btnFirst.enabled etc"
does not work. Can someone help me with this, please.