coolcatkelso
Registered User.
- Local time
- Today, 20:41
- Joined
- Jan 5, 2009
- Messages
- 279
Hiya
Access 2007
I have a field called Amount Due
The control source for this is
=Forms![Workorders by Customer]![Workorders by Customer Subform].Form![Workorder Total]-nz([Total Payments])
on the footer of that sub I have an unbound field called text4
How can I sum this and show the total amount owed by customer?
I tried Using =Sum([Workorder Total]-[Total Payments]) but returns #Error
Cheers
Harry
________
PRE-PAID LEGAL SERVICES FORUMS
Access 2007
I have a field called Amount Due
The control source for this is
=Forms![Workorders by Customer]![Workorders by Customer Subform].Form![Workorder Total]-nz([Total Payments])
on the footer of that sub I have an unbound field called text4
How can I sum this and show the total amount owed by customer?
I tried Using =Sum([Workorder Total]-[Total Payments]) but returns #Error
Cheers
Harry
________
PRE-PAID LEGAL SERVICES FORUMS
Last edited: