Using Forms 10.1 I have a case where I have a table that is populated using a field lookup, and this works fine. Based on a returned value to a field in the column 1 of the table, I need to run a second lookup to pull data from another DB.
Lookup Rules appears to have no issue with setting up the rules, but the second field (a drop down as there are multiple returns) is not populated.
So to recap, a table is created with 3 columns
Column 1 Column 2 Column 3
Column 1 and 2 are filled using a lookup to populate those fields from Database 1. A value that is populated in Column is then used as a lookup to populate Column 3 from Database 2.
Am I asking to much of a Table and the lookup capabilities. Is this functionality available inherently or do I need to use Javascript to complete part 2, if so can someone provide the script.
Thanks