Click to See Complete Forum and Search --> : using visual basic


mike2145
April 20th, 2001, 03:05 PM
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

vchapran
April 20th, 2001, 04:16 PM
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

mike2145
April 20th, 2001, 09:58 PM
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