set caption property of a label

S

Sean

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
 
D

Douglas J. Steele

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.
 
Top