Re: ADO query to Access not working, no errors
- From: "wadly1" <wadly@xxxxxxxxx>
- Date: 27 Oct 2006 16:44:27 -0700
Hi Ralph.
That's not entirely accurate...
1. I have an MSAccess query object already in an MSAccess database. I
want the query object to take a string value, passed as a parameter
from the VB app, and use it as criteria in the query.
2. I can run the query from the VB app, (MSAccess will make the table
object and display the fields in the table that I have selected in the
query object in the MSAccess DB from the VB app) just can not get the
existing MSAccess query to take the parameter from the VB app and use
it as the query criteria.
Thanks!
Do I have this right?
1) You have a Query object in MSAccess that takes a parameter.
2) You want to run that Query object from a VB app using ADO?
If that is correct, then you can't do it. You can only call MSAccess Queries
using automation. However, you can create ADO SP with ADO and save them -
but the queries can not be seen from inside the MSAccess program.
-ralph
.
- Follow-Ups:
- Re: ADO query to Access not working, no errors
- From: Ralph
- Re: ADO query to Access not working, no errors
- References:
- ADO query to Access not working, no errors
- From: wadly1
- Re: ADO query to Access not working, no errors
- From: Ralph
- ADO query to Access not working, no errors
- Prev by Date: Re: ADO query to Access not working, no errors
- Next by Date: Re: ADO query to Access not working, no errors
- Previous by thread: Re: ADO query to Access not working, no errors
- Next by thread: Re: ADO query to Access not working, no errors
- Index(es):
Relevant Pages
|