S
Sue
I have a text field tryong to update another feild on the same form with the
after update event. It is not working. The first field is set as a number
with a default value calcualtion(not to be stored). But that value is passed
to another text field in my form and it is not working. The code is below.
can you help.
SH
Private Sub Value_of_Shares_Swapped_AfterUpdate()
Me.Less_Value_of_Surrend__Shares = Me.Value_of_Shares_Swapped
End Sub
after update event. It is not working. The first field is set as a number
with a default value calcualtion(not to be stored). But that value is passed
to another text field in my form and it is not working. The code is below.
can you help.
SH
Private Sub Value_of_Shares_Swapped_AfterUpdate()
Me.Less_Value_of_Surrend__Shares = Me.Value_of_Shares_Swapped
End Sub