Monday, January 4, 2010

New Lesson! Lesson 40-Creating Reports in VB6


You have learned how to build a database in Visual Basic 6 in previous lessons, however you have not learned how to display the saved data in a report. Reports are important and useful in many respects because they provide useful and meaningful information concerning a set of data. In this new lesson, we will show you how to create a report in Visual Basic 6.


Check out this new lesson at






1 comment:

Joaquin said...

Hi,i would like to know how to make a command button do diferrent actions
for example, i ve programed i kind of timer,i want to have only 1 command button to save as much space as i can,so i need only 1 command button,that when clicked for the 1st time,will start the timer,then,when clicked another time,it will stop it.. and so on

TY!