You know I initially thought I might've switched up the relationship too but I didn't. As for the relationship being shown, the error only shows up because I can't enforce RI as I should be able to do.
Basically the issue is how does one set up a one-to-many relationship on a multiple key field?
Since the PK of my primary table is both an ISO Country code and a PostalCode that creates its own unique index (the pk index). So why, then, am I being told that I don't have a unique index when I attempt to enforce RI in my foreign table? Were I to attempt to use each field individually, combinations of CountryCode and PostalCode that don't exist in my primary lookup table could make it into the database and that would, well, it would just be bad.
So any more thoughts to be had?
Regards,
~Chad