E
EMILYTAN via AccessMonster.com
I have a subform
Below is my code:-
Code:
------------------------------------------------------------------------------
--
Private Sub txtW_Remarks_AfterUpdate()
Me.txtW_AdjustedQty.Enabled = True
End Sub
------------------------------------------------------------------------------
--
I want this txtAdjustedQty to be enabled for that specific line....
Is there any way to only enabled for specific line as same as the remarks
being updated?
Below is my code:-
Code:
------------------------------------------------------------------------------
--
Private Sub txtW_Remarks_AfterUpdate()
Me.txtW_AdjustedQty.Enabled = True
End Sub
------------------------------------------------------------------------------
--
I want this txtAdjustedQty to be enabled for that specific line....
Is there any way to only enabled for specific line as same as the remarks
being updated?