Hi
I have a database where the customers can have multiple addresses. Billing address, visiting address, post address, etc. I have a customer table and a table containing Norways ZIP codes and corresponding city. I realize that what I need is a many-to-many relationship so I created a new CustomerZIP table. My problem is: how do I connect the right zipcode to the right address type?
This is probably a really simple problem, but I cant quite get it to work. I would like the end "product" to automatically look up city to the correct address.
![]()