I have come across this problem a few times and wondered how other people
solved the problem.

Let's say I have a table containing Members. Each Member can choose several
items in which they are interested. Each of these items represent records
in a separate table - Interests. How do you store which records from
Interests the member has checked in their record of the Members table?

Do you create a TEXT field in the Members table and save a comma-delimited
string of InterestsIDs?

Thanx. 
-- 
Robb Kerr
Digital IGUANA
Helping Digital Artists Achieve their Dreams
----------------------------------------------------
http://www.digitaliguana.com
http://www.cancerreallysucks.org

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to