|
-
Apr 20th, 2005, 08:00 AM
#1
Thread Starter
Addicted Member
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.
-
Apr 20th, 2005, 10:14 AM
#2
Lively Member
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.
-
Apr 22nd, 2005, 07:12 AM
#3
Thread Starter
Addicted Member
Re: new question
I'm using ado, i follow what you saying
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|