how to change properties from a subform with VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know how to change the properties of a sub form in access with the VBA
editor, but how do i do this with VBA instructions? Somehow the construction
of my instruction is not correct, who can help me wiith this problem?
Thanks for your time.

greatings,

Pascal
 
Dim SubOne As Access.Form
Set SubOne = Me.frm_MenuList.Form
SubOne.Section(acDetail).BackColor = 0
 

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

Back
Top