Hello everybody,
I have a table ORDERS and ORDER DETAILS.
The ORDERS table has primary key set as the internal ID of that order, for example 2017ABC0001 (year, supplier code and number). We need to change this to ORD2017ABC0001 and DEL2017ABC0001 (order and delivery) to distinguish accordingly.
The problem is that I already have many ORDER DETAILS items assigned to the orders so it won't let me do that.
Any work around this?
Thanks very much
Tomas