Interact with more table in one page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
wfouad
User
Posts: 10

Interact with more table in one page

Post by wfouad »

I'd like to interact with several tables on one page. I have 3 tables first customer table second scheduling table third technician table, all tables connect with specific relationship. When i insert customer data I want it post in customer table after that I will use it in same page in scheduling table and technician table.


danielc
User
Posts: 1601

Post by danielc »

Consider to use master/detail relationship. See Tutorial - Master/Detail in help file.


Post Reply