integritycare
Technical User
Hi guys,
Is it possible to sum unbound currency text boxes.
I have to be able to track information from generated invoices per client.
The data available to me from the invoices is the hours supplied by the rate.
So in the detail section on a form it would be;
The control source on an unbound textbox (name is DayHrs)set to currency is
In the form footer I have an unbound currency textbox with this;
But this generates an error. Can this be done?
Regards,
Integrity
Is it possible to sum unbound currency text boxes.
I have to be able to track information from generated invoices per client.
The data available to me from the invoices is the hours supplied by the rate.
So in the detail section on a form it would be;
The control source on an unbound textbox (name is DayHrs)set to currency is
Code:
=nz([Dtotal])*nz([BDR])
Code:
=Sum([Dayhrs])
But this generates an error. Can this be done?
Regards,
Integrity