Howdy folks,
I'm having some trouble wrapping my head around working with relationships between 2 or more tables, where the data already exists in both tables.
I have a Customer table which has CustomerID - already populated. I have an Order table which has CustomerID. Data has been imported already as stated. I want to create a relationship between both tables on CustomerID. How exactly do I go about this? I know you can create a lookup column between tables - but that's with the intention that a user would create the data after the fact.
I suspect I'm missing something pretty obvious!
Any help would be awesome 🙂