A
AlCamp
I have a subform that I use on 2 seperate forms. (frmStyles and
frmWarpDiary)
On the frmWarpDiary I need a bit more room, so I'd like to reduce the font
of the subform fields (and the width too), "on the fly", using the subform
OnOpen event. (I can handle the font/width code OK)
What's a good method for a subform to determine what Parent form it is
being used on?
I'd like to avoid the IsOpen function if possible, as it is possible that
the user could have both open at the same time.
Is the OnOpen event the best place to place my IF code?
Thanks in advance,
Al Camp
frmWarpDiary)
On the frmWarpDiary I need a bit more room, so I'd like to reduce the font
of the subform fields (and the width too), "on the fly", using the subform
OnOpen event. (I can handle the font/width code OK)
What's a good method for a subform to determine what Parent form it is
being used on?
I'd like to avoid the IsOpen function if possible, as it is possible that
the user could have both open at the same time.
Is the OnOpen event the best place to place my IF code?
Thanks in advance,
Al Camp