V
Vincent
I need to know is how to copy
data that is currently a total in an unbound calculated
field (Subtotal) to populate another field
(InvoiceAmount), they should always be equal.
They in the same table. The bottom line is I need this
total stored (eventhough NOT conventional).
Currently it works fine on the form level, using the
following code:
Me![InvoiceAmount] = Me![Subtotal]
I would like to know how to do this at a FORM level
because it doesn't refresh? EG. On Exit...????
Please helP!!!
PS Thanks Ronald for the lead, previous post if you see
this.
Vincent
data that is currently a total in an unbound calculated
field (Subtotal) to populate another field
(InvoiceAmount), they should always be equal.
They in the same table. The bottom line is I need this
total stored (eventhough NOT conventional).
Currently it works fine on the form level, using the
following code:
Me![InvoiceAmount] = Me![Subtotal]
I would like to know how to do this at a FORM level
because it doesn't refresh? EG. On Exit...????
Please helP!!!
PS Thanks Ronald for the lead, previous post if you see
this.
Vincent