B
BogMonster via AccessMonster.com
Hi,
I have a parameter query in a back-end Access database that I would like to
be able to execute from front-end Access databases, using ADO. The query
creates a view of specific fields from about 15 tables and limits the
returned records based on supplied parameters. This allows the front-end user
to work offline with this snapshot.
I've seen some code using DAO that seems to achieve this by using querydefs
(I think). My understanding of this is that it effectively modifies the back-
end query. Would this not cause problems with concurrent access if 2 or more
try to modify the query at the same time? Still, I'm already using ADO in
this project and prefer to keep it that way.
Can I call this parameter query from a front-end Access database and pass the
required parameters to it or do I have to move the query to the front-ends,
link to all the required tables in the back-end Access db and execute the
query against the linked tables?
If it's possible, how do I do it please?
Many thanks
I have a parameter query in a back-end Access database that I would like to
be able to execute from front-end Access databases, using ADO. The query
creates a view of specific fields from about 15 tables and limits the
returned records based on supplied parameters. This allows the front-end user
to work offline with this snapshot.
I've seen some code using DAO that seems to achieve this by using querydefs
(I think). My understanding of this is that it effectively modifies the back-
end query. Would this not cause problems with concurrent access if 2 or more
try to modify the query at the same time? Still, I'm already using ADO in
this project and prefer to keep it that way.
Can I call this parameter query from a front-end Access database and pass the
required parameters to it or do I have to move the query to the front-ends,
link to all the required tables in the back-end Access db and execute the
query against the linked tables?
If it's possible, how do I do it please?
Many thanks