I am having 3 fields in my dbf on which I have to do search as per option selected by user. i.e. shipmentdate, canceldate, orderdate
now, is there any way to write a single sql command to filter data or I have to write 3 different sql command and write that if user selects shipmentdate then do sql1 or if user selects canceldate then do sql2 or if user selects orderdate then do sql3
Please help me
santosh
now, is there any way to write a single sql command to filter data or I have to write 3 different sql command and write that if user selects shipmentdate then do sql1 or if user selects canceldate then do sql2 or if user selects orderdate then do sql3
Please help me
santosh