Muthu Level: Trainee
 Registered: 20-02-2008 Posts: 1
|
Printing using with "Printer" object
I am newly for VB, I have created student remittance database in MS Access name "Student.mdb" table name is "Remittance" table having five fiedls name 1.Registration No, 2.Student Name, 3.standard, 4. bank name, 5. Amount. In vb i have designed one form "frmReport" in that i have placed two cmboBox, name "cmbstandard" & "cmbbank name" one command button name "cmdPrint"
My question is
1. I want to Print 30 Records per page
2. I want to print sum bank amount total in every pages and next page carry previous page amount total and sum curent page bank amount total.
3. I want to print Particular standard of the student and particular name of the bank(so i have placed two comboBox).
how to wite the code using with " Printer" object
awaiting your valuable reply
thanking you
|