D
dan
I have a master form and a sub-form. The sub-form
contains a tabbed menu. Depending on certain values in
the master form's current record, I want to hide certain
tabs in the sub-form.
I was thinking that, when the master form receives an
OnCurrent event, I can signal to the sub-form to alter its
tabs. However, I want to know what the best method of
doing this is. I don't want to use the Forms![sub-form]
notation as I may have two instances of the same form open.
Any ideas would be greatly welcomed.
Regards,
Dan.
contains a tabbed menu. Depending on certain values in
the master form's current record, I want to hide certain
tabs in the sub-form.
I was thinking that, when the master form receives an
OnCurrent event, I can signal to the sub-form to alter its
tabs. However, I want to know what the best method of
doing this is. I don't want to use the Forms![sub-form]
notation as I may have two instances of the same form open.
Any ideas would be greatly welcomed.
Regards,
Dan.