Hi, I have a problem on how I would print a report in my
VB 2005 project. I have tried reading some notes in the Microsoft Developer Network for Visual Studio 2005 but I don't seem to get help.
My project is using Microsoft SQL 2000 for Storing and retrieving data, and I would wish to enable the person using it to be able to print reports on the daily occurrings according to the data contained in the database.
The database table am using has the following structure...
Table1:
AdmNo StudentNames Marks
60 Julius Brown 55
61 Chis Hart 85
54 Brian Adams 65
The problem is that I would like to print the report for only one student by selecting that option and also print for all students if I choose to. I would also like to print only the names of all the students by choosing a certain option.
Thanks for reading this.
asdfre