Query-query dependancies

  • Thread starter Thread starter tatamata
  • Start date Start date
T

tatamata

Hi!
I have a lot of queries that are based on other queries, which are based on
some other queries, etc... Quite a mess!
I would like to simplify SQL of the top queries so that they are based only
on tables, not other queries. It would be too complicated and time-consuming
to do it manually, so I'm wondering if there is some commercial or free tool
that can make it automatically? It would save me lot of time and nerves...
I suppose that Access do something like that internally, right?

Thanks,

Zlatko
 
Hi!
I have a lot of queries that are based on other queries, which are based on
some other queries, etc... Quite a mess!
I would like to simplify SQL of the top queries so that they are based only
on tables, not other queries. It would be too complicated and time-consuming
to do it manually, so I'm wondering if there is some commercial or free tool
that can make it automatically? It would save me lot of time and nerves...
I suppose that Access do something like that internally, right?

Thanks,

Zlatko

Well, BACK UP YOUR DATABASE before you even think about doing such
changes... and then I'd recommend one of these tools. Speed Ferret is
my favorite.

Freeware: http://www3.bc.sympatico.ca/starthere/findandreplace
Find and Replace: http://www.rickworld.com
Speed Ferret: http://www.moshannon.com
Total Access Analyzer: http://www.fmsinc.com

John W. Vinson [MVP]
 
Thanks for sugestions, but I need some tool that automatically translates
query with subqueries into plain query with tables...
Best regards,

Zlatko
 
Thanks for sugestions, but I need some tool that automatically translates
query with subqueries into plain query with tables...

Good luck. That sounds like a nightmarishly difficult text-parsing
project.

John W. Vinson [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