Drop down a candidate on the basis of two tables

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

Drop down a candidate on the basis of two tables

Post by saleh »

How is filtering?
Drop down a candidate on the basis of two tables
Coding table: school_mtlop
Input table : estmarh


mobhar
User
Posts: 11726

Post by mobhar »

Just create a "Database View" that joins those two tables, and then use it as your "Lookup Table". This will allow you to setup "Filter" for your desired field, based on those two tables.


saleh
User
Posts: 470

Post by saleh »

Thank you for the information


Post Reply