set caption property of a label

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

Guest

Hi,

Is there a way I can set the caption of a label in a form in another
database? I am trying to use DoCmd.SetProperty
(filename.Form_Main_Menu.Label8,acPropertyCaption,"new value") but it won't
work.

thanks
 
I don't believe it's possible, other than through the use of Automation.

If you do try Automation, remember that the form must be open in at least
design mode before you can change anything about it.
 

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