I am designing a database for invoicing. I have designed three tables: Customers, Invoices, and InvoiceLoads. They are related so that one-to-many from left to right (many loads per invoice, many invoices per customer). The tables are working together splendidly. Then I created a form (two counting the subform) using all the fields from the Invoices and InvoiceLoads tables. The form works splendidly. I put a button on the form that would preview a report. I have designed a report with a subreport that shows the customer. The report only shows the data from the Invoices table, not from the InvoiceLoads table. How do I get the subreport to the the information in the subform/in the InvoiceLoads table?
I have much to learn!
Owen
I have much to learn!
Owen
Last edited: