I have a master table with values. My master table has a TagId column with values such as TagId: 123,321,344,455 and a combination of one value, two values, four values etc... (all comma separated).
These numbers correspond to campaign names and these are in a separate table, i.e. 123 This is a test, 321 Hello, 344 This is another test etc.... There are around 40-odd lines in my lookup table with columns: Id (autonumber), ID, TagId, CampaignName
Can you tell me how I can get my Campaign names in place from TagId as I will need to report on the data in PowerBI using Access DB as my datasource?
Do I create a new Query...???
Thanks.
These numbers correspond to campaign names and these are in a separate table, i.e. 123 This is a test, 321 Hello, 344 This is another test etc.... There are around 40-odd lines in my lookup table with columns: Id (autonumber), ID, TagId, CampaignName
Can you tell me how I can get my Campaign names in place from TagId as I will need to report on the data in PowerBI using Access DB as my datasource?
Do I create a new Query...???
Thanks.