E
eggyong via AccessMonster.com
I have a combobox cboOperationID and textbox txtOperationDesc in a continuous
form. User chooses an operationID in the combobox and textbox automatically
displays the description of that operationID using
Me.txtOperationDesc.Value = Me.cboOperationID.Column(1)
in the afterupdate event of cboOperationID
My problem is whenever i move to the next entry in my continuous form and
chooses another operationID from the combobox, the description in the
txtOperationDesc from the first entry also changes to that of the 2nd entry.
form. User chooses an operationID in the combobox and textbox automatically
displays the description of that operationID using
Me.txtOperationDesc.Value = Me.cboOperationID.Column(1)
in the afterupdate event of cboOperationID
My problem is whenever i move to the next entry in my continuous form and
chooses another operationID from the combobox, the description in the
txtOperationDesc from the first entry also changes to that of the 2nd entry.