Jerker
|
| Posted: 10/18/2004, 7:05 AM |
|
I have a table with child, father and mother information. I ned to do a relation view in thre levels fom child to parents to grand parents to grand grand parents. The tabel includes ID (int), Name (textstring), father (int), mother(int). All rellatives is in the table and i have to do some kind of join or a multi serch function to solve this. Is there anny one who have a god solution on this?
|
|
|
 |
matheus
Posts: 386
|
| Posted: 10/18/2004, 9:52 AM |
|
A grid and then build query with join from tables.
Select the field that needs.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
|