Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Using a different table for relationship based on a SELECTEDVALUE

Hi, here's where I'd need your help...   - I have 2 tables (lists of Locations (plants, offices, identified as LIDs) in my company: one list of 2017 locations, and one for 2018 locations. Each loca...
  • Anonymous's avatar
    Anonymous
    8 years ago

    That was the right path... but not an easy one for me: I appended both locations tables into one, adding a Year column to the appended table and getting rid of duplicates LIDs. But then I had a many-to-many relationship between my location table and my project list table, so I had to create a one-column table with LIDs as a bridge table between the Location table and the Project list, allowing a both way relation between this bridge and the Project list... But it now works nicely! ;)

    Thx again for your help v-chuncz-msft