reference subform object

spinkung

Registered User.
Local time
Today, 23:11
Joined
Dec 4, 2006
Messages
267
Hi All,

Hopefully a quick one...

I'm trying to reference a subform object when i change a combo box value. I want to set the text box on a subform to disabled if the combo is blank.

something like..
Code:
Me.subform.textbox.enabled = false

..but this isn;t working as the object 'textbox' doesn't show on the intellisense.

Anyone?

Many Thanks.
 

Users who are viewing this thread

Back
Top Bottom