Hello, Everyone.
I am using MS Access 2010 Version 14.0.61.29.5000.
I have a form that I am supporting. It has several tab pages. I need to get a combox on page3 to update when I change a combobox on the main tab (page1).
I tried to do this on the onchange event but ran out of intellisense options that made sense to me.
Me.Page3.Controls.Item(2) = Me.Combo304.Text
(2 is the tab index on the combobox)
It says 'You can't assign a value to this object. How should I go about this correctly?
Thanks
I am using MS Access 2010 Version 14.0.61.29.5000.
I have a form that I am supporting. It has several tab pages. I need to get a combox on page3 to update when I change a combobox on the main tab (page1).
I tried to do this on the onchange event but ran out of intellisense options that made sense to me.
Me.Page3.Controls.Item(2) = Me.Combo304.Text
(2 is the tab index on the combobox)
It says 'You can't assign a value to this object. How should I go about this correctly?
Thanks