Designing a database for a fabrication company. I think I have the relationships correct but I am unable to create justified reports. We need the database to print invoices, which I was able to do as a justified report in a prior design, but with the current breakdown of tables and relationships... I am unable to choose a justified report.
Summary of the data:
A job number has base information of customer, date, etc.
Each job has many 'lines'
JobLines include JobLineID, partID, quantity, price, weight
Invoices have many 'lines'
Lines include invoiceID and JobLineID
I've included a pdf of the relationships as they are currently. My biggest concern is being able to take all of this data (which does all relate correctly when viewed in a query) and create invoices.
Report1.pdf