Hi,
Newbye with Phprunner... LOL
I have 2 linked tables. In the final report, I would like to have the names of the master table AND the NAMES of some fieds of the linked table.
At this time, I only have the master table and link to the detail (linked) table
Example:
Master table:
IdUser
Name
adress
...
Detail table
Iddetail
Id
Num1
Car
...
Field "Id" in detail table = field IdUser in master table....
I would like to have a "report" with (for example !)
Name (master table) - adress (master table) - Num1 and Car (detail table) clearly write... and not a link to these details.
Thanks for answers... And sorry for maybe this newbye question.
Rocknroll