Help
I have to open an sql data base file in vb6. Bring the records in and then print certain items or all to mailing type labels ??? I haven't a clue where to start
thanks mike
Printable View
Help
I have to open an sql data base file in vb6. Bring the records in and then print certain items or all to mailing type labels ??? I haven't a clue where to start
thanks mike
Start with Data Form Wizard in Add-Ins . Even if you know almost nothing, it will create a simple form with Connection and Recordset objects. Then by analizing the code written by that wizard, you will be able to understand and customize it. Then use ether VB report or Crystal Reports to create labels.
Vlad
Thank you this will get me off the ground...I normally don't do database stuff, but I was stuck this time
thanks again
mike