Im having a small problem with my invoice report running over multiple pages for each invoice entry I have. I have a query based on 5 tables:
tblInvoiceNumber (which I am setting the criteria to the text box of the open form [Forms]![frmInvoice]![tblInvoiceNumber_InvoiceNumber])
tblCustomer
tblJob
tblTickets
tblInvoice
My problem is, tblInvoiceNumber holds the single instance of the Invoice Number. The tblInvoice, holds and instance of the Invoice Number for each ticket on that invoice. When I am generating the report, I get multiple matching invoice pages for each of the Invoice Number instances. Basically, for each ticket on that invoice, I get another page added to the Invoice report, that matches the others. If anybody has an idea of how to remedy this situation, I appreciate any help that you can give.
tblInvoiceNumber (which I am setting the criteria to the text box of the open form [Forms]![frmInvoice]![tblInvoiceNumber_InvoiceNumber])
tblCustomer
tblJob
tblTickets
tblInvoice
My problem is, tblInvoiceNumber holds the single instance of the Invoice Number. The tblInvoice, holds and instance of the Invoice Number for each ticket on that invoice. When I am generating the report, I get multiple matching invoice pages for each of the Invoice Number instances. Basically, for each ticket on that invoice, I get another page added to the Invoice report, that matches the others. If anybody has an idea of how to remedy this situation, I appreciate any help that you can give.