Hi

I am new to crystal reports and I want to display the result of a query executed in VB6 in crystal report.
the query is:
sql = "Select Top 20 PersonID From Member Group By PersonID Order By COUNT(*) DESC"

this query displays the top 20 persons who occur the most in the table Member.
Can anyone guide me through the steps to display my query?

Thanks in advance