specific form show based on field selection

I have difficulty calling the specific form in phpmaker, based on the field selection in the current form(tbl_selection), what I really need is how to call the other form based on user selection here are the illustration, there are 3 tables that will be used, I hope someone here can help me to solve my problem :tbl_selection
no | name | selected
1 Arkeo Table_a
2 Polio Tabel_bTable_A
no | desc_A | number_A
1 Arkeo 123Table_B
no | desc_B | number_b
1 polio 234

Your post is not clear enough.


  1. What form? Is is for Add form and/or Edit form of “Table_A” or “Table_B”?
  2. Or, is it just to display the List page of “Table_A” or “Table_B” after selecting the “tbl_selection”?
  3. How did you want to use “selected” field in “tbl_selection” to trigger the selecting event? Is it by using a link in each record from List page of “tbl_selection”?

mobhar wrote:
Your post is not clear enough.

  1. What form? Is is for Add form and/or Edit form of “Table_A” or
    “Table_B”?
  2. Or, is it just to display the List page of “Table_A” or
    “Table_B” after selecting the “tbl_selection”?
  3. How did you want to use “selected” field in
    “tbl_selection” to trigger the selecting event? Is it by using a
    link in each record from List page of “tbl_selection”?


  4. Form is generated from tbl_selection,and Table_A,Table_B.
  5. All I need is crud for all table, what I mean is, After the user select the specified record from the tbl_selection eg.arkeo, then automatically, form which is generated from table_a is show up.
  6. tbl_selection contain a fix record for one table, its mean that if user select 1 record from tbl_selection eg. arkeo, then the system will call only table_A.

thankyou

just like master detail table, all child table is show automatically, I only wanna show the table only what user have been selected from the tbl_selection