T
TC
I don't have Access here to check, but I think the value of the tab control,
is the index of the current page that is displayed. Can't remember whether
the index starts at zero, or one. The AfterUpdate event of the tab control
would fire whenever the page was changed, so you could put the check in
there. OnChange is a different thing - that is not what you want here.
HTH,
TC
is the index of the current page that is displayed. Can't remember whether
the index starts at zero, or one. The AfterUpdate event of the tab control
would fire whenever the page was changed, so you could put the check in
there. OnChange is a different thing - that is not what you want here.
HTH,
TC