W
|
webwork 4/2/2007 |
Consider using the secondary detail record's id field, which would be unique, as part of an array installed in a field of the primary individuals. |
V
|
vytb author 4/2/2007 |
Thanks I'll try... Consider using the secondary detail record's id field, which would be unique, as part of an array installed in a field of the primary individuals. This array would simply be a list of values separated by a "comma" in one text field. In the case of your first example the field would look like this: a,b If there were 5 individuals as part of the second record group this list might look like this: a,b,h,k,d,l Then you need an SQL script to pull the detail records out of the array. To find this search on google: 'parse comma array php' or whatever other database type you have |