KenshiroUK
Registered User.
- Local time
- Today, 20:09
- Joined
- Oct 15, 2012
- Messages
- 160
Order ID help/question *SOLVED*
Hi all, hopefully this will make sense as I type it out. I currently have an purchase orders database which is working fine. When an order is created through my form the details are stored in 2 tables 'Orders' & Orders 'Details'. Both are linked with an Order ID number which is dynamically created because it is an auto number. Both of these tables are combined within a table called 'Process Orders'. which again works fine.
Now my problem, I have been asked to do a quick reorder. This basically takes the details from 'Processed Orders' and appends some of the details in 'Orders' and 'Orders Details'. However the Orders part has worked and I successfully created a new order id. The problem is however Orders details doe not have that new created order id because it has been appended and therefore cannot link the 2 tables together.
Is there any method I can do to get that newly created Order ID back into 'Order Details' to link the 2 tables together?
Hi all, hopefully this will make sense as I type it out. I currently have an purchase orders database which is working fine. When an order is created through my form the details are stored in 2 tables 'Orders' & Orders 'Details'. Both are linked with an Order ID number which is dynamically created because it is an auto number. Both of these tables are combined within a table called 'Process Orders'. which again works fine.
Now my problem, I have been asked to do a quick reorder. This basically takes the details from 'Processed Orders' and appends some of the details in 'Orders' and 'Orders Details'. However the Orders part has worked and I successfully created a new order id. The problem is however Orders details doe not have that new created order id because it has been appended and therefore cannot link the 2 tables together.
Is there any method I can do to get that newly created Order ID back into 'Order Details' to link the 2 tables together?
Last edited: