Hi All-
i appologize if my question is rudimentary...i have been tasked to create an access db without a trem. amount of experience.
I have created a DB to track invoices and payments applied to said invoices.
I have one form for invoices being sent to an invoice table and one sub form for payments being sent to a payment table...joining the 2 on record id.
I am having issues with the report. As an invoice can have many payments associated with it, when i create the report using the wizard i am getting the following:
Invoice Invoice Date Invoice Amount Payment Amount
12345 03/15/07 $500.00 200.00
12345 03/15/07 $500.00 300.00
My problem...duplicate entries for invoice, invoice
date and invoice amount. I would like the report to display as such:
Invoice Invoice Date Invoice Amount Payment Amount
12345 03/15/07 $500.00 200.00
300.00
Any Suggestions would be greatly appreciated.
i appologize if my question is rudimentary...i have been tasked to create an access db without a trem. amount of experience.
I have created a DB to track invoices and payments applied to said invoices.
I have one form for invoices being sent to an invoice table and one sub form for payments being sent to a payment table...joining the 2 on record id.
I am having issues with the report. As an invoice can have many payments associated with it, when i create the report using the wizard i am getting the following:
Invoice Invoice Date Invoice Amount Payment Amount
12345 03/15/07 $500.00 200.00
12345 03/15/07 $500.00 300.00
My problem...duplicate entries for invoice, invoice
date and invoice amount. I would like the report to display as such:
Invoice Invoice Date Invoice Amount Payment Amount
12345 03/15/07 $500.00 200.00
300.00
Any Suggestions would be greatly appreciated.