I
Ivan
Hi,
I use Access 2007 (12.0.6211.1000) SPq MSO (12.0.6213.1000) in the
connection with SQL Server 2000 and the tables linked using SQL ODBC driver.
One of my saved "group by" queries seeks for all the serial numbers of our
stock on the fixed day and the other simple query seeks for the transactions
of the serial numbers after this day.
If I construct a new query bounding both queries with left (outer) join on
field serial number to see the stock and the eventual later transactions,
then I get the error message: "Invalid operation". Help gives me more detail
explanation: "(Error 3219)".
If I change the type of joining on the serial number field from left outer
join to right outer join or to inner join then I have no problem to get and
see the data!
How is this possible? Did any other notice such unusual behaviour?
Ivan
I use Access 2007 (12.0.6211.1000) SPq MSO (12.0.6213.1000) in the
connection with SQL Server 2000 and the tables linked using SQL ODBC driver.
One of my saved "group by" queries seeks for all the serial numbers of our
stock on the fixed day and the other simple query seeks for the transactions
of the serial numbers after this day.
If I construct a new query bounding both queries with left (outer) join on
field serial number to see the stock and the eventual later transactions,
then I get the error message: "Invalid operation". Help gives me more detail
explanation: "(Error 3219)".
If I change the type of joining on the serial number field from left outer
join to right outer join or to inner join then I have no problem to get and
see the data!
How is this possible? Did any other notice such unusual behaviour?
Ivan