G
Guest
I have a database where in one field the users can enter multiple values,
separated by a comma. In other words, I have listed some of the possible
entries:
1
1,2
1,3
1,2,4
1,4
I need to figure out a way to translate that into English. Each number
represents a product code, 1 = phone, 2 = analog video, 3 = digital video, 4
= internet, etc... I want to create a field so that the code translates as
shown below:
1 = Phone
1,2 = Phone and Analog Video
1,3 = Phne and Digital Video
1,2,4 = Phone, Analog Video, Internet
1,4 = Phone, Internet
Any ideas on how I can accomplish this ?
Thanks !
separated by a comma. In other words, I have listed some of the possible
entries:
1
1,2
1,3
1,2,4
1,4
I need to figure out a way to translate that into English. Each number
represents a product code, 1 = phone, 2 = analog video, 3 = digital video, 4
= internet, etc... I want to create a field so that the code translates as
shown below:
1 = Phone
1,2 = Phone and Analog Video
1,3 = Phne and Digital Video
1,2,4 = Phone, Analog Video, Internet
1,4 = Phone, Internet
Any ideas on how I can accomplish this ?
Thanks !