C
Chris
You could set the subform visibility property to False and
then make it true when you e.g. click a command button. In
the OnClick event then you could say
[subform name].Visible = True
and it'll pop up
Cheers
Chris
then make it true when you e.g. click a command button. In
the OnClick event then you could say
[subform name].Visible = True
and it'll pop up
Cheers
Chris