Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coding TopN in CR8 RDC /VB, Please Help!!! 1

Status
Not open for further replies.

dotnetprogrammer

Programmer
Aug 17, 2000
77
US
I need to generate a report that derives its info off a database.

For the sake of simplicity, lets say, only two fields and only few hundred records. The first field contains employee numbers (Datatype: Text), and the second field contains length of employment (Datatype: numeric).

My questions are:
(1) How do I code RDC so that the report will generate (top 10, top 20, or whatever) employee list (per length of employment,) and
(2) At runtime, how do I do prompting the user to enter the top value?

I am using CR8 RDC within VB6.

Thanks in advance!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top