Adress backcolor of subform?

W

Webmaster

Hi everyone,

Who can help me solving the following problems?
1.
What is the correct string to adress the backcolor of
the detail-section in a subform?
I tried various strings but nothing works.

2.
Can I make the backcolor also transparent?

Thanks in advance

Michael
 
V

Van T. Dinh

1. A Form (being used as the SourceObject of a SubformControl) does not
have the BackColor Property.

You are probably thinking of a Section of the Form, e.g. the Detail Section.
In this case, try:

Forms!frmMainForm!sfrSubform.Form.Section("Detail").BackColor

2. Sorry, no. There is no transparent Style that you can set for the
Section AFAIK.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top