How do I set the backcolor in a subform?

  • Thread starter Thread starter Stapes
  • Start date Start date
S

Stapes

Hi

I have tried numerous ways of doing this. From the OnCurrent procedure
of the main form, from the OnCurrent procedure of the subform. Every
time I get 'Object doesn't support this property or method'.

I have tried refering to the field as Me!Fieldname.Backcolor or
Forms.Formname.Subformname.Form.Fieldname.Backcolor

Seems to make no difference.

Stapes
 
Back
Top