CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    California
    Posts
    20

    using visual basic

    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



  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: using visual basic

    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


  3. #3
    Join Date
    Apr 2001
    Location
    California
    Posts
    20

    Re: using visual basic

    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



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured