You need to revisit your table structure.
Customer Name is a bad choice for primary key. What are you going to do when a customer name changes?
Customer Name is defined as Short Text or Long Text in your tables. You cannot link those 2 types.
Add a autonumber ID field as the primary key to your...