P
Patrick
We encounter a problem with a query something like this.
SELECT TableA.Field1,
TableB.Field2,
TableC.Field3,
TableD.Field4,
FROM TableA,TableB,TableC,TableD
looks like full outer join (?).
We run this query in Acc97 without any probs. The result
was one record. This query is just collection information
form different tables and queries.
After we converted this .mdb to AccessXP the run of the
exact same query results with a system resource exceede.
The machine where it is running on is still the same. Even
installing Jet 4.0 Service Pack 7 did not improve.
I am assuming that Access temporarely allocate table or
memory space for the full outer join?
Any clue, hints to this problem? Registry mods?
thx
Patrick
SELECT TableA.Field1,
TableB.Field2,
TableC.Field3,
TableD.Field4,
FROM TableA,TableB,TableC,TableD
looks like full outer join (?).
We run this query in Acc97 without any probs. The result
was one record. This query is just collection information
form different tables and queries.
After we converted this .mdb to AccessXP the run of the
exact same query results with a system resource exceede.
The machine where it is running on is still the same. Even
installing Jet 4.0 Service Pack 7 did not improve.
I am assuming that Access temporarely allocate table or
memory space for the full outer join?
Any clue, hints to this problem? Registry mods?
thx
Patrick