I have a read-only ComboBox in a form. I used a button to set it to enabled, the vb script is like: ThisForm.Components("ComboBox1").Enabled = True
But it did not work. Anyone knows why?
p.s. If I set the visible to true/false using the button, it has no problem.