Dear Team / Forum Members
I'm trying to achieve something, which is not being implemented by me.
CASE Study :
I've one Master Table : General Information (which contains employees data relating to their job/office etc)
This master table has following Detail Tables
- Personal Information
- Children Information
- Dependents Information
- Character Information
- Medical History
- Education Data
- Employment/Career History
What i Want to Do ?
I've created Master-Detail relationship, which is working FINE on ADD, EDIT and VIEW Pages, but the same can not be implemented on Print Page.
If i print from General Information Page, then only General Information's data is printed.
If i go to some Detail Table (lets say Personal Information) then print page have master on top and one detail table Personal Information.
But i want to print data from General Information and all the detail tables are printed too on the same page.
The solution to print from each detail table is not needed in this case.
Can anybody help me to implement/achieve this ?
I know it is possible, because if VIEW Page can show One Master and Multiple Detail Tables on the same page, then Print Page can do this too. But how ? of course it is beyond my level.