Re: Optimization



pk schrieb:
In short, doing 540*2
queries and this obviously takes forever and a day.  Alright, lemme
hear your ideas.

How about filling all ITEMNMBR to be searched into a second table and running one inner join to get the resultset for all your queries ?

regards

thomas
.



Relevant Pages

  • Re: Weekly crosstab query
    ... queries for the other information and then linking the queries together by ... ensure that the queries return data for the same set of employees. ... Query Two uses query one in place of the OvertimeTracking table ... INNER JOIN qPrior ON ...
    (microsoft.public.access.queries)
  • RE: Aggregates, Joins, I am totally stuck on this issue
    ... a left outer join it makes it an inner join? ... I have two aggregate queries which are grouped on ... >> query and then create an append query which puts the results of this master ... >> a LEFT OUTER JOIN and run it and what do it get? ...
    (microsoft.public.access.queries)
  • Re: Create query from list in a table
    ... add a comboboxfor the selection of the Team. ... Steve Clark, Access MVP ... There are 15 sub queries that individully produce the information that I ... I also have one query that uses INNER JOIN to put all that data into ...
    (microsoft.public.access.queries)
  • Re: JOIN on multiple conditions
    ... You must use the OUTER JOIN syntax, of course, ... >but if you learn only the INNER JOIN syntax does it change the way you ... More complicated queries should not be written by ... condition is placed in the ON or in the WHERE clause. ...
    (microsoft.public.sqlserver.programming)
  • Re: Union query and exclusion of data
    ... -- Records in A or in B but not in both (Last two queries above) ... Access MVP 2002-2005, 2007-2008 ... I am usin Access 2003 Pro and trying to create a rather complex union query but don't seem to implement conditions. ... I have tried all INNER JOIN, LEFT JOIN and RIGHT JOIN but none of them have worked so far. ...
    (microsoft.public.access.queries)