Hello,
I want to create a report with some Details from another table like this
from a table with name Auftragskoepfe
Table Auftragskoepfe is like this:
ID Description Date owner
1 alkdfjdjfkl 2008.11.01 100
2 jjjjjjjjjjjjjj 2008.11.05 101
now I want to create a Link on the ID to see the Details from the Table Auftragspos.
The Details are in the Table Auftragspositionen and the key ist the ID.
Auftragspos
ID owner Artikel volume delivery
1 101 444 1 2008.11.05
1 101 522 1 2008.11.05
1 101 321 1 2008.11.05
1 101 100 1 2008.11.05
...