Prints Multiple Copies of InvUpload ImagesLink Ramona Woitas 5 months ago
I first created my invoice database from watching your videos (Which I love BTW), to use for my husband's business. My invoices are quite complicated compared to what you had showed us in the video, so I had to figure out how to modify it. And I did, with a few gliches (Giving myself a little pat on the back. lol). However, I have had this problem for a few years, and I can't figure out what I did wrong.
When I go to print the invoice from InvoiceF, and I click the preview invoice button (in Footer), my Current Invoice is displayed. Perfect! (One would think - But Ya No)
When I click on the Print button, it will print multiple copies of the same invoice, and I never know how many it is going to print.
My easy work around, was just to specify to Print Page 1 to Page 1. It would be really nice to know where I went wrong. I'm guessing it has something to do with my report!
My Previous Invoice Button (In Footer) on my InvoiceF - This is my code:
Sounds like your Record Source (query?) has more than one record in it for that specific InvoiceID. What does the query look like? If that's the case, aggregate your query results first OR enclose the invoice details inside a grouping level.
Ramona Woitas 5 months ago
All Fields for these tables
InvoiceT * InvoiceDetailQ * CustomerT * LocationDetailT *