Hello
I have 3 tables Client,Order ,Order-details
I set Client table as master table for Order Table linked by the field Client-Name
and Order table is master for Order-Details Table linked by the field Order-no
I want to know how to can I get print page of the 3 table together like:
Client
_Client-Name Client_Phone Client-Adress_
Jean Claude 546546 No25 rue de la palais
Order
Order-no Client Date **** Status
1 Jean Claude 2014/11/11 * shipped
Order-Details
_Order-no ** quantity * unit price * amount_
1 *** 12 * 10 ** 120
1 **** 5 * 5 * 25
1 ***** 10 **** 10 ***100
the problem that when i like on the child table on client i can see the data from order table but once i click on the child table of order table i can see also data from order-details table but the first table Client would dispear
Please help
Thanks a lot