P
Pat
That was a little cryptic, but the problem is this. I have a form with a
combobox (optics) where the .enabled is set to false if a checkbox
(optics_yn) is not selected.
Me.optics.Enabled = Me.optics_yn.value
The problem is when the user selects to lock all the fields me.optics.locked
= true the combobox now appears to be enabled. However while debugging this
the value of the optics.locked is still false.
Any suggestions? BTW I am using MS Access 2003.
combobox (optics) where the .enabled is set to false if a checkbox
(optics_yn) is not selected.
Me.optics.Enabled = Me.optics_yn.value
The problem is when the user selects to lock all the fields me.optics.locked
= true the combobox now appears to be enabled. However while debugging this
the value of the optics.locked is still false.
Any suggestions? BTW I am using MS Access 2003.