Query mods

  • Thread starter Thread starter Sayanta
  • Start date Start date
S

Sayanta

Hi All,

I am looking at a way to modify already-built query by another query.
I know that you can modify tables through queries, but is there anyway to
modify a query through another query ?
By modify, I mean by changing the structure, criteria, joins etc.

I would be great if anyone could suggest a solution.
Thanks in advance
 
Hi,


A query does not contain data by itself, but can be used as if it was a
table. Another query can thus build over an existing query, but cannot
"modify" the "SQL code" defining the other query.


Hoping it may help
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top