Re: Records which link to other records in same table

2005-06-30 Thread zzapper
On Thu, 30 Jun 2005 16:47:43 +0100, wrote: >Hi, >I'm designing a simple family tree db which is at present just a flat table >In which each record everyone has a father & mother, a variable number of >wives,and variable number >of children. >The links to other family tree members is always the r

Re: Records which link to other records in same table

2005-06-30 Thread SGreen
[EMAIL PROTECTED] wrote on 06/30/2005 11:59:43 AM: > news <[EMAIL PROTECTED]> wrote on 30/06/2005 16:47:43: > > > > I'm designing a simple family tree db which is at present just a flat > table > > In which each record everyone has a father & mother, a variable > > number of wives,and variable

Re: Records which link to other records in same table

2005-06-30 Thread Alec . Cawley
news <[EMAIL PROTECTED]> wrote on 30/06/2005 16:47:43: > I'm designing a simple family tree db which is at present just a flat table > In which each record everyone has a father & mother, a variable > number of wives,and variable number > of children. > The links to other family tree members is

Records which link to other records in same table

2005-06-30 Thread zzapper
Hi, I'm designing a simple family tree db which is at present just a flat table In which each record everyone has a father & mother, a variable number of wives,and variable number of children. The links to other family tree members is always the record_id of another record. At present I'm manual