I have a users table which contains fields which hold marketing information in the form of a comma separated list. These are inputted from a web form and appear in the database fields as
i.e.
mkting_info1
1,2,5
mkting_info2
10,30,9
Each mkting_info field has a table with an ID and a description. I need to join to this table and return a comma separated list of the desciptions in each field
ie
mkting_info1 becomes
The Sun, The Observer, New York Times
I think I need to split my field and create a table and then join to the correct tables but I have no idea how to do this with the Access Query builder.
Any help is really appreciated.
TIA
JeepStone
i.e.
mkting_info1
1,2,5
mkting_info2
10,30,9
Each mkting_info field has a table with an ID and a description. I need to join to this table and return a comma separated list of the desciptions in each field
ie
mkting_info1 becomes
The Sun, The Observer, New York Times
I think I need to split my field and create a table and then join to the correct tables but I have no idea how to do this with the Access Query builder.
Any help is really appreciated.
TIA
JeepStone