Forum Discussion
Formatting Column and Data
Thank you for both responses.
So I followed both steps to make sure that both columns are in text data format. Wen I tried to create the relationship again, I got an error message referencing unique values. I have no idea what that menas at this point, and do not know how to resolve. I have attached a screenshot of that error message.
Thank you again.
if in both of your two tables the values do repeat - then you need to create a reference table. Then you join both tables to that.
- iraf9 years agoFrequent Visitor
i am having trouble finding any knowlege base articles on how to set up a reference table. can you direct me in the rigt direction ?
- CahabaData9 years agoMemorable Member
sorry I think I just invented that term and it is not official.....
a table that has all the values - but never a duplicate. The table could be a single column - though let's say a product table might have the official product # but then also a decriptor maybe even a unit price.
you can import it, or build it manually, or derive it by appending other tables' columns to a new table and then taking a DISTINCT/VALUES of it.