hello ,
i have 2 tables in my SQL database , 1- books 2-CC ,
in CC table i have 2 columns : 1-Book_Number 2-CC_EMP
in the books table there is a column for book_number
when i view the report i will select a parameters from the Books table , and i want to display in crystal report all related CC_EMP from CC table to that Book_number selected , there is multiple values inside CC_EMP.
thanks in advance.