Hello. I am having a problem. Right now, I have a DB that holds all of our records of orders for materials. Each order needs an Order_ID automatically generated once it is created.
Now, say the order was for 15 windows. There should be a record in the table for that order. But, if 5 of the windows are on backorder, I need to be able to "split" that order up, showing that 10 windows are coming at X time and 5 windows are coming at a later date. But they need to share the same Order_ID.
So, if I put the order in for 15 windows and the Order_ID is 1234, after the split I need to be able to look it up as Order_ID 1234-1 and 1234-2 (or something like this) for the separate shipping dates, for the same order.
It sounds a little confusing, but if you need a better explanation I would be more than happy to try to give one through PM.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
kpcollier
Hello. I am having a problem. Right now, I have a DB that holds all of our records of orders for materials. Each order needs an Order_ID automatically generated once it is created.
Now, say the order was for 15 windows. There should be a record in the table for that order. But, if 5 of the windows are on backorder, I need to be able to "split" that order up, showing that 10 windows are coming at X time and 5 windows are coming at a later date. But they need to share the same Order_ID.
So, if I put the order in for 15 windows and the Order_ID is 1234, after the split I need to be able to look it up as Order_ID 1234-1 and 1234-2 (or something like this) for the separate shipping dates, for the same order.
It sounds a little confusing, but if you need a better explanation I would be more than happy to try to give one through PM.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.