I will do my best to try to explain my problem. I am very new to Access, and my boss has asked me to create a report that creates invoices for several companies.
He provided me with an SQL dump into Excel, which I have successfully put into report form. I have enclosed a picture of my current layout, and will elaborate in this post.
Right now, I have the report formatted to display 1 invoice per entry, which gives me 27 invoices. It works, but its not what my boss is looking for. I need to have each company with 1 invoice, displaying all entries relevant to that company.
At the top, you can see where it prints out my company name, and relevant information. This is followed by the detination company's information.
When I try to change the layout to display multiple entries on one invoice, I get the following problems:
Problem 1: I have the company name information print out successfully, but when I check the print preview, it only prints out the first company in the excel document, represented by the green square.
The problem I have is that there are 6 different companies, and I need an invoice for each one.
Problem 2: In orange, you can see that I have several pieces of information that are suppose to print out. When I print preview, the information that is printed doesn't correspond with the destination company, but rather all entries in the excel spreadsheet. I need this seperated by corresponding company. Eg. Company 1 has 1 entry, Company 2 has 8 entries. I need 1 invoice for Company 1, and 1 invoice for Company 2 which displays all 8 entries.
Problem 3: In red, I need to calculate the total HST for the respective page. Eg. If there are 4 invoices, each with 5$ HST charge, I need the box in red to add the 4 HST charges, or 5, or 1 etc and display the total.
Problem 4: Similar to problem 3, I need the purple box Amount to equal the total amount on the respective invoice.
I am farmilliar with the basics of Object oriented programming, and basic JAVA, so you can get kind of technical on me and you won't lose me. However, I am still trying to figure out this Access and how to do things with it.
I really appreciate any help you guys can offer. Thank you very much.