|
-
Jul 5th, 2006, 01:21 AM
#1
Thread Starter
Fanatic Member
Displaying a query
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|