It happens on most of our queries, but here's an example:
SELECT LDY_N_IN2_ITEM_CROSS_REFERENCES.CROSS_REFERENCE,
LDY_N_IN2_ITEM_CROSS_REFERENCES.CROSS_REFERENCE_TYPE,
LDY_N_IN2_ITEM_CROSS_REFERENCES.[ITEM$NS_ITEMS],
LDY_N_IN2_ITEM_CROSS_REFERENCES.ITEM_DESCRIPTION,
LDY_N_IN2_ITEM_CROSS_REFERENCES.ORGANIZATION
FROM LDY_N_IN2_ITEM_CROSS_REFERENCES
GROUP BY LDY_N_IN2_ITEM_CROSS_REFERENCES.CROSS_REFERENCE,
LDY_N_IN2_ITEM_CROSS_REFERENCES.CROSS_REFERENCE_TYPE,
LDY_N_IN2_ITEM_CROSS_REFERENCES.[ITEM$NS_ITEMS],
LDY_N_IN2_ITEM_CROSS_REFERENCES.ITEM_DESCRIPTION,
LDY_N_IN2_ITEM_CROSS_REFERENCES.ORGANIZATION
HAVING (((LDY_N_IN2_ITEM_CROSS_REFERENCES.CROSS_REFERENCE) Like "*" & [Cross
reference number?] & "*"))
ORDER BY LDY_N_IN2_ITEM_CROSS_REFERENCES.ORGANIZATION;
Another programmer and I have the same problem with most of our queries. We
think it may have something to do with the fact that we are querying ODBC
linked Oracle tables, but haven't been able to figure out why or correct it.
Any ideas? Thanks for the feedback!
Linda
:
Can you post the SQL?
--
\\// Live Long and Prosper \\//
BS"D
: