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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building class for printing of reports

Status
Not open for further replies.

Coding

Programmer
Aug 13, 2000
25
0
0
CA
Does anyone know how to write the code for the VB class module that will print reports. Data will be retrieved from recordset, and other arguments will be as first and last record on the printouts not inside the recordset itself.
For example:

PrintReport(recordset,firstPrintedRecord,lastPrintedRecord)
So, I want to do this function call to print desired records from the recordset. For example function call would be:
PrintReport(rs, 4, 27)
This function call will print all records from the 4th to the 27th record.

Coding
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top