Ok so I decided to start over because I really messed up
. Thats ok I'm learning lots! So I have spent much time trying to make sure my tables are normalized as much as I possibly can have them. I did a ton of reading and research and I kept reading that Access Databases work best when normalized into the smallest possible parts and linked together with relationship and queries so I worked off that theory. I'm expecting to make changes so I have only done the tables I haven't touched anyother object. so here are my tables, Let me know your thoughts and ideas. Thanks So Much! 
tblCustomers
(PK) - CustomerID
FirstName
LastName
Company
tblAddresses
(PK) - AddressID
AddressType
CustomerID
RecipiantName
AddressStreet1
AddressStreet2
AddressCity
AddressState
AddressZip
AddressCountry
tblContact
(PK) - ContactID
CustomerID
PhoneNum1
PhoneNum2
PhoneNum3
EmailAddress
WebsiteAddress
tblState
(PK) - StateID
StateShort (abbreviation)
StateLong (writtenout)
TaxRate
tblCountry
(PK) - CountryID
CountryName
tblEmployees
(PK) - EmployeeID
FirstName
LastName
Title
BirthDte
HireDte
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
HomePhone
Extension
Supervisor
Notes
tblSupplier
(PK) - SupplierID
CompanyName
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
PhoneNum
EmailAddress
WebsiteAddress
tblManufacturer
(PK) - ManufacturerID
CompanyName
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
PhoneNum
EmailAddress
WebsiteAddress
tblInventory
(PK) - SKU
ProductTitle
Description
ProductTypeID
Size
Color
Material
ProductCost
ManufacturerID
SupplierID
ReorderLevel
StockLocation
DteAdded
Discontinued
Picture
Notes
tblOrderHeader
(PK) - OrderID
CustomerID
OrderDte
OrderStatus
TaxRate
ShippingMethod
ShippingRate
tblOrderDetails
(PK) - OrderDetailsPK
OrderID
SKU
OrderQty
OrderPrice
ProductTypeID
tblPaymentMethod
(PK) - PaymentMethodID
PaymentMethodName
tblPayments
(PK) - PaymentID
OrderID
PaymentAmt
PaymentDte
PaymentMethodID
tblShippingMethodRate
(PK) - MethodRateID
MethodRateName
ProductTypeID
ShippingRateBase
ShippingRateAdditional
tblProductType
(PK) - ProductTypeID
ProductTypeName
tblTransactionType
(PK) - TransactionTypeID
TransactionTypeName
tblShipments
(PK) - ShipmentID
OrderID
TrackingNumber
ShipmentDte
ShipmentCost


tblCustomers
(PK) - CustomerID
FirstName
LastName
Company
tblAddresses
(PK) - AddressID
AddressType
CustomerID
RecipiantName
AddressStreet1
AddressStreet2
AddressCity
AddressState
AddressZip
AddressCountry
tblContact
(PK) - ContactID
CustomerID
PhoneNum1
PhoneNum2
PhoneNum3
EmailAddress
WebsiteAddress
tblState
(PK) - StateID
StateShort (abbreviation)
StateLong (writtenout)
TaxRate
tblCountry
(PK) - CountryID
CountryName
tblEmployees
(PK) - EmployeeID
FirstName
LastName
Title
BirthDte
HireDte
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
HomePhone
Extension
Supervisor
Notes
tblSupplier
(PK) - SupplierID
CompanyName
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
PhoneNum
EmailAddress
WebsiteAddress
tblManufacturer
(PK) - ManufacturerID
CompanyName
StreetAddress1
StreetAddress2
City
State
ZipCode
Country
PhoneNum
EmailAddress
WebsiteAddress
tblInventory
(PK) - SKU
ProductTitle
Description
ProductTypeID
Size
Color
Material
ProductCost
ManufacturerID
SupplierID
ReorderLevel
StockLocation
DteAdded
Discontinued
Picture
Notes
tblOrderHeader
(PK) - OrderID
CustomerID
OrderDte
OrderStatus
TaxRate
ShippingMethod
ShippingRate
tblOrderDetails
(PK) - OrderDetailsPK
OrderID
SKU
OrderQty
OrderPrice
ProductTypeID
tblPaymentMethod
(PK) - PaymentMethodID
PaymentMethodName
tblPayments
(PK) - PaymentID
OrderID
PaymentAmt
PaymentDte
PaymentMethodID
tblShippingMethodRate
(PK) - MethodRateID
MethodRateName
ProductTypeID
ShippingRateBase
ShippingRateAdditional
tblProductType
(PK) - ProductTypeID
ProductTypeName
tblTransactionType
(PK) - TransactionTypeID
TransactionTypeName
tblShipments
(PK) - ShipmentID
OrderID
TrackingNumber
ShipmentDte
ShipmentCost