Forum Discussion

malex30's avatar
malex30
Frequent Visitor
2 years ago
Solved

How do I create a relationship between two tables with the three matching columns. (1 to 2 ratio)

I have two tables I want to connect. 1. 'Audit - HSE' 2. 'Contact'   the 'Contact' has a column [id] the 'Audit - HSE' has two columns 'Contact'[id] can connect to i.e. [Supervisor, Day] and [...
  • parry2k's avatar
    2 years ago

    malex30 select all other columns except these two and then unpivot other columns.