Hi all,
I have the following table in my database:
INVOICE (InvoiceNo, ClientNo, InvoiceDate, CustOrderNo, CustRef)
I obviously have an INVOICE_LINE table that goes with it.
When I update the CLIENT table and then reproduce an Invoice it will take on the new address. I want to store the address for the client at time of invoice production. Could someone suggest a table design to do this?
There will also be an issue if the CLIENT is deleted all together.
Any thoughts?
I have the following table in my database:
INVOICE (InvoiceNo, ClientNo, InvoiceDate, CustOrderNo, CustRef)
I obviously have an INVOICE_LINE table that goes with it.
When I update the CLIENT table and then reproduce an Invoice it will take on the new address. I want to store the address for the client at time of invoice production. Could someone suggest a table design to do this?
There will also be an issue if the CLIENT is deleted all together.
Any thoughts?