How Do You Prepare Data Report In Vb 6?
In this tutorial, we will see how to create a data report in vb 6.0. Reports are very common for making analysis of the past. Before preparing, data reports we need to establish the connection either using sql or access database. After tat it will be easy to create the data report in vb. Once the report is ready and printout copy of the same can be taken. Step 1 1. Open the project where we need the data report. Save all the forms and project. Step 2 2. Click the add data environment option in vb to establish the connection so tat the fields can be dragged to the report. Step 3 3. Next add command option. Select the option as table. Check after the connection is etablished to see for the fields. Step 4 4. Next goto add project and select add data report. Drag the fields from data envronment window. To add a caption drag the report label controls. Step 5 5. Goto properties and set the width and height of the report. Adjust accordingly.