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

Creating print object

Status
Not open for further replies.

mrholtsr

Programmer
Dec 3, 2001
18
US
What code do I need to use to create a print object that will print all the data grid. I have a database of my personal library. It will only print one record at a time. The data grid shows all the records in the dataset. How can I get the printer to print all the records in chronological order insted of one record to a page. Thanks, Ray
 
Instead of trying to print the datagrid create a report with the wizard report, that will print all the records that meet any criteria you want.

Good Luck!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top