i am generating a crystal report from two tables student_name,student_id,course from student table and fee_id,amount,date,fee_type from fee table. my problem is that i want to create a report only from a fix student_id entered in textbox.
how can i do that. how to apply a where query in crystal report.
thanks
Aman Gandhi