G
Guest
After viewing several comments of help to other users, I looked up Calculated
Fields on Mr. Browne's site. The code seems to work and calculate acurately,
but never stores the data into the table. This is my code. What am I doing
wrong?
Private Sub GrandTotal_AfterUpdate()
Me.GrandTotal = (Me.Tax + Inventory_Subform!Total)
End Sub
Private Sub Tax_AfterUpdate()
Call GrandTotal_AfterUpdate
End Sub
Thank you for your help
Fields on Mr. Browne's site. The code seems to work and calculate acurately,
but never stores the data into the table. This is my code. What am I doing
wrong?
Private Sub GrandTotal_AfterUpdate()
Me.GrandTotal = (Me.Tax + Inventory_Subform!Total)
End Sub
Private Sub Tax_AfterUpdate()
Call GrandTotal_AfterUpdate
End Sub
Thank you for your help