Hi I am having trouble trying to normalise my tables, I would really appreciate some help! So far I have:
Customer Table
CustId(pk)
Cust Name
Cust Address
Cust Postcode
Cust Email
Order Table
OrderID (pk)
Order Date_Time
CustID(fk)
OrderDetails
DetailsID(pk)
Quantity
OrderNo(fk)
DeliveryID(fk)
Product
ProductID(pk)
ProductType
ProductDescription
DetailsID(fk)
PartID(fk)
Price
VatID(fk)
Part
PartID(pk)
PartName
PartDescription
SupplierID(fk)
Vat Table
VatID(pk)
VatRate
Inventory
InventoryID(pk)
Inventory Quantity
PartID(fk)
Supplier
SupplierID(pk)
Supplier Name
Supplier Address
Supplier PostCode
Supplier TelNo
Supplier VatNo
Delivery Table
DeliveryID(pk)
DeliveryDate
Help would be gratefully appreciated!