A
Arvin Meyer [MVP]
You can set the report to have a recordsource of a query, with the
Customer's table joined to the invoice and payment tables with an Outer Join
(I.e. All customers and whicher invoices and payments that match)
Add columns like:
Inv: CCur(NZ([InvoiceDetails],0))
and
Pmt: CCur(NZ([PaymentDetails],0))
Those columns will now display the values if they exist, and a £0.00 if they
do not.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
Customer's table joined to the invoice and payment tables with an Outer Join
(I.e. All customers and whicher invoices and payments that match)
Add columns like:
Inv: CCur(NZ([InvoiceDetails],0))
and
Pmt: CCur(NZ([PaymentDetails],0))
Those columns will now display the values if they exist, and a £0.00 if they
do not.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access