Description of a calculated control

grenee

Registered User.
Local time
Today, 13:22
Joined
Mar 5, 2012
Messages
212
Good Day All.

I have a mainform "Invoices Payments" and its subform is "Customer Payments" which has a field also called "customer Payments" which has an event AfterUpdate which references code and not a macro. The Mainform has a calculated control called "Balance".

The "Customer Payments" afterUpldate event references the code which is supposed to pass the value from Balance to a variable also called balance.

This is the code I use to describe the Calculated control on the Mainform:
Balance = Nz([Invoices payments].[Form]![Balance], 0)

However this produces an error because the calculate object is not identified.

Can anyone guide me how to correctly describe the object?
 

Users who are viewing this thread

Back
Top Bottom