C
CSDunn
Hello,
In an Access 2000 ADP subform, I have a set of two Radio buttons in a single
group that are bound to a field called 'Completed'. The Completed field
comes from an SQL Server 2000 table, is of type Bit (so it takes 0 or 1).
I need to set up a procedure so that when the radio button has a value of 1,
a series of combo boxes in the Detail section of the subform have the Locked
property set to Yes. If the value is zero, the Locked property of the combo
boxes needs to be set to No.
I have several subforms, and they all have different numbers of combo boxes
in them, so I need for the one procedure to work with any of the combo boxes
in any subform.
I have a procedure I am trying to modify that addresses all text boxes on a
form, but I am not sure how to address just the Detal section of the form.
Any ideas?
Thank you for your help!
CSDunn
In an Access 2000 ADP subform, I have a set of two Radio buttons in a single
group that are bound to a field called 'Completed'. The Completed field
comes from an SQL Server 2000 table, is of type Bit (so it takes 0 or 1).
I need to set up a procedure so that when the radio button has a value of 1,
a series of combo boxes in the Detail section of the subform have the Locked
property set to Yes. If the value is zero, the Locked property of the combo
boxes needs to be set to No.
I have several subforms, and they all have different numbers of combo boxes
in them, so I need for the one procedure to work with any of the combo boxes
in any subform.
I have a procedure I am trying to modify that addresses all text boxes on a
form, but I am not sure how to address just the Detal section of the form.
Any ideas?
Thank you for your help!
CSDunn