I have a table called Items where I store each item that I ordered.
Each item has an invoice but each invoice have many items on it so I find myself attaching the same invoice to different items. I don't want to do that.
I want to know how to set up my tables so that these things can happen:
Thanks alot for the help in advance.
Just to make sure this is what you really need.
Items are unique for a particular Invoice but can exist without one?
This is like an inventory thing but you just have one item instead of multiple ones of the same -say- SKU?
Thanks
Yes items can exist without an invoice but most likely all items will have invoices.
What I'm doing is keeping a record of items I order online: When I make an order of more than one items the seller will provide me an invoice that has all those items on it.
So in Items[invoice] (the Invoice column in the Items table) I want to be able to upload new invoices from there but also have the option to attach an invoice that is already uploaded.
And from the Invoice table I want to be able to upload an invoice and then choose the multiple items from items table that are on the invoice.
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |