L
LJG
I have a form field that gets a value from another form. I need to save the
form field value to a control and have tried using the following code with
no luck:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.txt3yrrate = Me.txt3_rate
End Sub
txt3yrrate is my control, txt3_rate is the form field.
TIA
Les
form field value to a control and have tried using the following code with
no luck:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.txt3yrrate = Me.txt3_rate
End Sub
txt3yrrate is my control, txt3_rate is the form field.
TIA
Les