CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Cincinnati, OH
    Posts
    8

    HELP!!! Linking my form to Access DB

    Sup all Gurus? I need a little help at linking my form to my Access DB. Is there an easy way to do this? What I am trying to do is have it setup to click a command button that will query the specific db and return info from that db and fill in my text boxes with the corresponding information.

    I have code available for those who wish to take a look at it. Just send me your email


  2. #2
    Guest

    Re: HELP!!! Linking my form to Access DB

    In VB there is a menu item "Data Form Wizard" (in Add Ins). If you do not see it, click on Add In Manager, highlight Data Form Wizard, check 2 check boxes (Loaded/Unloaded, Load On Start Up). When it's done, click on Data Form Wizard and follow instructions.
    Vlad


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