Hi,
I have 2 different tables that can be linked together by the same field name. I want to display all field values from these tables in Crystal Report 11 based on a parameter value getting from JSP. For example,
Table 1
Employee_ID First_Name
1 Tom
2 Bill
3 James
Table 2
Employee_ID Extension_Number
1 123
2 456
3 789
If I have the value "1" for the Employee_ID (getting from JSP parameter), how do I get the First_Name and Extension_Number values (i.e Tom and 123) to display in my CR 11? Your prompt to this issue is greatly appreciated. Thanks.
KNCD2005
I have 2 different tables that can be linked together by the same field name. I want to display all field values from these tables in Crystal Report 11 based on a parameter value getting from JSP. For example,
Table 1
Employee_ID First_Name
1 Tom
2 Bill
3 James
Table 2
Employee_ID Extension_Number
1 123
2 456
3 789
If I have the value "1" for the Employee_ID (getting from JSP parameter), how do I get the First_Name and Extension_Number values (i.e Tom and 123) to display in my CR 11? Your prompt to this issue is greatly appreciated. Thanks.
KNCD2005