I have a form (frmMyTasks). I have two subforms on the form (tvMyTasks and sfrmMyTasks). These are always visible and there are no problems. I have a third subform (QSubform) which is made visible by a button on the form (frmMyTasks). No problems there. I have a button on the subform (QSubform) which I would like to make the form (QSubform) not visible again.
QSubform is the name of the control on my main form (frmMyTasks) which houses the form subFrmQuestions.
Code behind the button on my subform: I have tried me.qsubform.visible=false with no luck. I have tried forms!subFrmQuestions!QSubform.visible=false with no luck
Can someone please help me.
QSubform is the name of the control on my main form (frmMyTasks) which houses the form subFrmQuestions.
Code behind the button on my subform: I have tried me.qsubform.visible=false with no luck. I have tried forms!subFrmQuestions!QSubform.visible=false with no luck
Can someone please help me.