Hi
I noticed a slight problem when trying to set and enforce Referential Integrity between your Tables OrderDetailT and ProductT.
I get the error shown in the attached.
This occurs because you have the field named "ProductID" in the OrderDetailT with a Default Value of 0
Your ProductT does...