Hello Everyone!
I am not sure if this is possible and I will try to explain what I am trying to do as best I can. =) I am new at this so any help is appreciated!
I am trying to create an ordering log for the requesting and purchasing of supplies, which I am keeping track of on separate tables. Requests will be done by multiple people and usually contain one item, however, they can be ordered at the same time or separately. I cannot figure out how to combine the multiple requests into one order and so on. So as an example: lets say employee B requests item "x", employee D requests item "t", and employee E requests item "p". Then employee Z can go and place all the items on the same order, two together and one separately, or all separately. Is there any way of going about to do this? I have been following the Northwind Sample database as an guide so I am basing most of the relationships and tables off of that.
Here is part of the relationships I have so far on the database. I am not sure if I have the relation of the request table quite right yet.
Again any help is appreciated!