J
John
I have a Tab Control with two pages
On Each page I have the Same subform
Depending on wich page I select I would like to change the
backcolor of the subForms Detail & Header sections to
distinguish which page I am using.
How can I refer to the subforms Backcolor properties?
I have tried the follwoing with no results.
Page2 Onclick event
Me.subfMyObjects.Section(acDetail).BackColor = RGB(255, 0, 0)
On Each page I have the Same subform
Depending on wich page I select I would like to change the
backcolor of the subForms Detail & Header sections to
distinguish which page I am using.
How can I refer to the subforms Backcolor properties?
I have tried the follwoing with no results.
Page2 Onclick event
Me.subfMyObjects.Section(acDetail).BackColor = RGB(255, 0, 0)