G
Guest
Please remind me how to refer to a control on a tabbed pag
For example:
I have a rectangle that I want become visible on the main form's current event depending on another controls value. Both controls are on the Tabbed control
I usually would write the code like this
Sub Form_Current (
if me.YesNoChkBox = -1 the
ContactRectangle.visible = fals
els
ContactRectangle.visible = tru
end i
How do I write this same code if the ContactRectangle is on Tab1 of a tabbed control called "ContactTabs" ?
End su
For example:
I have a rectangle that I want become visible on the main form's current event depending on another controls value. Both controls are on the Tabbed control
I usually would write the code like this
Sub Form_Current (
if me.YesNoChkBox = -1 the
ContactRectangle.visible = fals
els
ContactRectangle.visible = tru
end i
How do I write this same code if the ContactRectangle is on Tab1 of a tabbed control called "ContactTabs" ?
End su