Hi Everybody,

I have 2 tables: personal_info and family_info.
For example, in personal_info, I have ID and NAME as fields. In
family_info, I have ID, F_NAME and RELATIONSHIP as fields. 

The problem is in family_info, for each ID, I have several records. Do I
need to have another field, say, COUNT in family_info so that I
associate these records to each ID?


Thanks.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to