I have a list of people_IDS in a view as follows:
32
74
241
261
289
I also have a list of Other communication ID's (in a view)which relates to the ID of a newsletter.
4306
4307
4308
4309
I want to produce a view that puts a communication key next to each people_ID record. I need it to be dymanmic. ie when someone adds a new communication key it is added to the view. The table would then look as follows
32, 4306
74, 4306
241, 4307
261, 4308
289, 4309
32, 4307
74, 4307
241, 4307
261, 4307
289, 4307
Can anyone help??
Many thanks
Mark
32
74
241
261
289
I also have a list of Other communication ID's (in a view)which relates to the ID of a newsletter.
4306
4307
4308
4309
I want to produce a view that puts a communication key next to each people_ID record. I need it to be dymanmic. ie when someone adds a new communication key it is added to the view. The table would then look as follows
32, 4306
74, 4306
241, 4307
261, 4308
289, 4309
32, 4307
74, 4307
241, 4307
261, 4307
289, 4307
Can anyone help??
Many thanks
Mark