Me.ActiveControl.Controls(0).BackColor = iBlue
Where can I find a list of the properties for ActiveControl and the indexes?
This code to change the textbox backgound color works.
Me.ActiveControl.BackColor = iBlue
Thanks for your usual fine suggestion,
Bill