G
Guest
On my form I have a field that adds then displays the values of two previous
fields however the table is not updating this value. What should I do to
store the value in the table? I have the following syntax.
Sub AfterUpdate CalcTotPrice()
If IsNull(Me.FPrepaid) Or IsNull(Me.APrepaid) Then
Me.Prepaid = FPrepaid + APrepaid
End IF
End Sub
fields however the table is not updating this value. What should I do to
store the value in the table? I have the following syntax.
Sub AfterUpdate CalcTotPrice()
If IsNull(Me.FPrepaid) Or IsNull(Me.APrepaid) Then
Me.Prepaid = FPrepaid + APrepaid
End IF
End Sub