Paulsburbon
Registered User.
- Local time
- Today, 09:01
- Joined
- May 3, 2005
- Messages
- 65
I have an access database that takes orders and then when it is approved would take every item on the order and create a record in a shipment table based on availablity and then create any number of packages with and number of items in that package. In my product table I have a field that is how many fit in a package. So if two different items are marked as two in one package and someone orders 1 of each the system creates one package. The problem I have is flushing this system out. I have products like catalogs that any number can fit into a package. I marked them as zero in a package. That I have no problem getting correctly into a package. but after that it is a challenge for me.
I've revised this like three times and cannot make this work correctly.
I just need to loop thru my recordset and make it so that if I make an order that has 3 of one item and three of another and they fit 2 in a box that I will come up with one shipment with 3 packages and in one of those packages it shows that it contains one of each item. Can someone help me out tonight?
I've revised this like three times and cannot make this work correctly.
I just need to loop thru my recordset and make it so that if I make an order that has 3 of one item and three of another and they fit 2 in a box that I will come up with one shipment with 3 packages and in one of those packages it shows that it contains one of each item. Can someone help me out tonight?