G
Guest
Bruce I read your response on the hiding and thereafter displaying of
subforms on the main and I quote "from what I understand you may be able
to get what you need by setting the subform control's visible property to No.
To do this, click on the subform in design view for the main form, then
click View > Properties. Another approach would be to use the form's Current
event to set the subform control's visible property to False. To make it
visible you can use a tab control's Click event, or a command button, or
whatever suits your needs."
Could you please in a little more detail explain how exactly one would go
about this giving the coding if necessary and or the exact steps to take.
Thanks in advance.
subforms on the main and I quote "from what I understand you may be able
to get what you need by setting the subform control's visible property to No.
To do this, click on the subform in design view for the main form, then
click View > Properties. Another approach would be to use the form's Current
event to set the subform control's visible property to False. To make it
visible you can use a tab control's Click event, or a command button, or
whatever suits your needs."
Could you please in a little more detail explain how exactly one would go
about this giving the coding if necessary and or the exact steps to take.
Thanks in advance.