Page 1 of 1

How to create printable page with data form different tables

Posted: 2019-07-07 10:41
by Moh Youba
Hello
Please help. I have two table

Client
  • -id
    -name
    -phone
    -address
Registration
  • -id
    -date
    -module
    -class
I want to create a printable page with fields comes from both tables.

Thank you

Re: How to create printable page with data form different tables

Posted: 2019-07-07 13:19
by pbottcher
Hi,

what would you like to have on your page? Are the records from client and registration related in some sort?
You can create a view of the data that you want to display/print and use that.

Re: How to create printable page with data form different tables

Posted: 2019-07-07 14:04
by Moh Youba
Hi
I want to have just datas, there are not sort, just normal information
OK, thank you, let me try your solution to see

Regards,