bhavanipodipireddy
Programmer
I have 3 tables with names A,B,C. The strucure of 3 tables is similar.but the data is different.Now i have to create report for each table based on the user input..User selects a table name from the combo box. based on the selected table name the report for the corresponding table has to be generated.
I have already created a report for Table A. Now how Can i change that report so that it will become the Report for Table B if the user selects the Table B from the Combo box.And For Table C also if he clicks Table C.
I am using Crystal Reports using Visual Studio.NET.
How can i change the data in the report for tables with similar sturcture based on the selected table from the combo box.
Can anyone help me. Thank you.
I have already created a report for Table A. Now how Can i change that report so that it will become the Report for Table B if the user selects the Table B from the Combo box.And For Table C also if he clicks Table C.
I am using Crystal Reports using Visual Studio.NET.
How can i change the data in the report for tables with similar sturcture based on the selected table from the combo box.
Can anyone help me. Thank you.