D
David Mulholland
Hi all,
I'm working on a continuous form. Each record has 5 locked fields (for view
only) and 2 drop-downs ([Avail_Status] and [Reason_Not_Avail]). For an
individual record, I need the [Reason_Not_Avail] field to be locked if the
user selects 'Available' from the [Avail_Status] drop-down. They are both
bound fields.
I've tried using the [Avail_Status] AfterUpdate event but that locks all the
[Reason_Not_Avail] fields in all the records on the form. I've tried using
the OnCurrent event, but the code is being ignored.
Any suggestions?
I'm working on a continuous form. Each record has 5 locked fields (for view
only) and 2 drop-downs ([Avail_Status] and [Reason_Not_Avail]). For an
individual record, I need the [Reason_Not_Avail] field to be locked if the
user selects 'Available' from the [Avail_Status] drop-down. They are both
bound fields.
I've tried using the [Avail_Status] AfterUpdate event but that locks all the
[Reason_Not_Avail] fields in all the records on the form. I've tried using
the OnCurrent event, but the code is being ignored.
Any suggestions?