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..
..but this isn;t working as the object 'textbox' doesn't show on the intellisense.
Anyone?
Many Thanks.
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.