
Originally Posted by
MattCass87
Good afternoon all,
I get the impression my understanding of the below is fundamentally flawed and i'd appreciate any guidance to help me see how this should work.
My ordering system needs to raise a job number for an entire project. During this project several orders may be made all with different products and at different times, so I need a order number and then orders within that order that contain a list of components.
Can anyone advise what relationships I need to complete the below:
1. Raise an order (e.g. order 1001)
That order is now raised however within that order over the next month I may make several orders within that order which would all be invoiced at the end. So I could have Order 1001 with part 1001-001, 1001-002 all with different products inside.
2. Create a part number for that order (e.g. Order 1001, part 001)
3. Add products to the part numbers e.g.
Order 1001, part 001, component 001,2,3,4,5,6,7,8,9
Order 1001, part 002, component 010,11,12,13,14,15,16
Order 1001, part 003, component 017,18,19,20,21,22,23
Am i looking at this completely wrong? when I've built the tables and am looking at the records I cant get my head around how access would know to raise part numbers within specified orders, same goes for products.
Thanks
Matt