How do I put data (only using my program) into a table then print it out?
Printable View
How do I put data (only using my program) into a table then print it out?
for info on how to put data into a table, read the Database Tutorials on this site. For printing it out, I suggest using a report program such as Crystal Reports. Or if you have a LOT of patience and only need to print simple reports, use the DataReport mechanism that is included with VB6. One of the Database Tutorials covers how to use it to print reports.