I'm not really sure the correct terminology here but can you add comma delimited data in a record/column?
Here is what I am thinking. I have a list of marketing items. There is a record for each
Marketing Item
Email
Ad
Banner
The second column indicates the type of content for each. So it would be something like this.
Marketing Item Content
email text, image, video
ad image, video
banner image
The reason I am asking if this is possible because I was thinking this might be an efficient way of creating cascading combo boxes. If the user chooses email then all three Content options would be available. If they chose banner then only the image option would be available. Is that possible or do I need a record/row for every combination?