LOstAngel
What you say makes perfect sense, and that's the way I set up my test table, query and report.
Now, as to why you are getting two instances of the % information, I'm not quite sure. That isn't happening in my test case.
So, questions...
1. What do you have in the Detail section of the report?
2. Where are you putting the expression I gave you? It should go in the Report Footer.
By the way, you can make life a little easier in selecting in the form if you change the criteria in the customer name column in the query from what I suggested originally to...
Like "*" & Forms!frmCustomerSelect!txtCustomer & "*"
Then, if you can't remember exactly whether or not the customer is called Brock or Brocken or McBrock, entering "Bro" in the form will get all of those.
Another approach in the form would be: rather than typing in a text box to define the customer, you could have a combo box pull up all customers and then change the criteria in the customer column in the query to reference that combo box in the form.
Anyway, first things first. Let's solve the duplicate information and go on from there.
Tom