Lyndy,
Let me tweak those tables for you...
tblCustomer
cCustomerID - PK, Autonumber
cAccountID - FK Long
<customer fields>
tblAccountNumbers
anAccountID - PK, Text and only if you don't want duplications. So as long
as no Account ID's are shared between Customers.
anCustomerID - FK, Long
tblFreightCompany
fcFreightCompanyID - PK, Autonumber
<freight company fields>
TblFreightCompanyCustomerShipping
fccsFreightCompanyCustomerShippingID - PK, Autonumber
fccsFreightCompanyID - FK, Long
fccsCustomerID - FK, Long
However, you didn't mention is the Account ID tied to the Customer or the
Freight Company, if the Freight Company the tables ned to be altered.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
Hi Steve,
Some of the customers do have more than 1 account no. Do I need to use a
look up column?