B
bob bob via AccessMonster.com
I have a form called Exams and on it is a two-page tab control. I want the
first page, called Today, to be visible at all times. I want the second
page, called Previous, to be visible only under a certain condition. It
should be visible when its subform, called History, which uses a query
called Find_history to locate records, actually finds records. That is,
when the query finds no record, and the subform is blank, the tabbed page
should not be seen.
My problem is that I don't know how to refer to the controls on the tab.
first page, called Today, to be visible at all times. I want the second
page, called Previous, to be visible only under a certain condition. It
should be visible when its subform, called History, which uses a query
called Find_history to locate records, actually finds records. That is,
when the query finds no record, and the subform is blank, the tabbed page
should not be seen.
My problem is that I don't know how to refer to the controls on the tab.