Page 1 of 1

Combo Box Bind to Multiple Tables

Posted: Wed Aug 17, 2016 12:39 am
by samjars

How do i bind a combo box to multiple tables? i have different types of services (e.g Land table, rent table, sales table) but all the payments for these services are saved in one table (payment table). I want the combo box to bind to a single table at a time based on the type of service selected for payment. If am making payment for land it should bring only land table. Please Kindly help.


Re: Combo Box Bind to Multiple Tables

Posted: Wed Aug 17, 2016 1:00 pm
by motfs

You can create a view to join the tables and use this view as lookup table. Then, you can create a parent filter to filter the option. See the Dynamic Selection List feature in the help file for more details.