maitrasuman
Programmer
I have the parent query with a column name 'RCPTMODE'. Based on the value derived from that I have to make child query from different tables with same data structures. How to do that ?
Example : if RCPTMODE value is "CASH" then I have to query from table A and if RCPTMODE value is "CHEQUE" then I have to query from table B.
Example : if RCPTMODE value is "CASH" then I have to query from table A and if RCPTMODE value is "CHEQUE" then I have to query from table B.