Dinus
the
- Local time
- Today, 01:27
- Joined
- Sep 1, 2005
- Messages
- 17
With help off this forum I have succesfully created my first database
. I made a address / birthday database.
But now I want to show a wedding day between 2 ppl from the same table and column. Can anyone point me in the good direction how I can do this the best way?
My database is like this -->
tb:Address:
ID (AutoNumber)
address (text)
zip_code (text)
city (text)
telephone (text)
country (text)
tb
erson
ID (AutoNumber)
addressID (Number)
first_name (text)
surname (text)
mobile (text)
e-mail (text)
date-of-birth (date)
There is already a one-to-many link from tb:Address ID to tb
erson addressID.
So I want to connect 2 persons with one wedding date.

But now I want to show a wedding day between 2 ppl from the same table and column. Can anyone point me in the good direction how I can do this the best way?
My database is like this -->
tb:Address:
ID (AutoNumber)
address (text)
zip_code (text)
city (text)
telephone (text)
country (text)
tb

ID (AutoNumber)
addressID (Number)
first_name (text)
surname (text)
mobile (text)
e-mail (text)
date-of-birth (date)
There is already a one-to-many link from tb:Address ID to tb

So I want to connect 2 persons with one wedding date.