CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2012
    Posts
    1

    Parameter query between vb6 form with msaccess data base

    Dear all

    i have a simple msaccess database with one table containg fields (inv no, invdt , fcvalue, shipdt, relzdt ) i like to use vb form with text box for search & details in a grid i am using ado how can i write a parameter query for ado which can use msaccess database and reteive data

    thank u
    bilal

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Parameter query between vb6 form with msaccess data base

    There is a sample in my signature that should give you the general idea. See how that .works, and adapt it to your program. From there, you re-write the SQL to accept parameters, and adjust the code. We can help you with that later.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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