Results 1 to 3 of 3

Thread: new question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2005
    Posts
    133

    new question

    When i open my query in VB6 I want to hide the Ms Access background and just have the query form showing is this possible.
    11 is the magic number

  2. #2
    Lively Member
    Join Date
    Dec 2004
    Posts
    121

    Re: new question

    Did you create an instance of access in code? (I ask because in a previous post, you had created an instance of access in your code.) If so then you can't hide it, but you don't have to create an instance of access to run your query in VB. Just make a database connection and select * from query. Then return it to a recordset. Do this through ADO.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2005
    Posts
    133

    Re: new question

    I'm using ado, i follow what you saying
    11 is the magic number

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