I've been trying to solve this problem on my own and like many others I'm hitting a wall.
I have a form with a subform in the Detail Section of the form. In the Detail SECTION of the subform I have a calendar control (MS ver 10.)
What I am trying to do is change the backcolor of the DETAIL SECTION of the subform where the calender control is from code in the form (parent)
form![Master Calendar]!forms[DetailCalendar].section(acDetail).backcolor = 888888
My results so far produce an error.
Can someone please put me on the right track. This collection business is making me gray.
Thanks in advance for the help.
