Populate Data From 1 of 2 Different Tables, Based On The Value Selected From Dropdown [message #650119] |
Fri, 15 April 2016 15:58 |
rkhatiwala
Messages: 178 Registered: April 2007
|
Senior Member |
|
|
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
Forms 6i
Windows 7 Professional
Hello,
I have a dropdown. Based on the value selected in that, I have to query different tables. all the fields in the two tables are same.
eg. if a user selects value A from dropdown, block should get data from table 1
if a user selects value B, data should come from table 2
Thanks.
|
|
|