J
Jake
Hello,
I've created a query that contains two queries, with a left outer join. The
query duplicates values if I don't set the query properties to Unique
values. However, when I do this the query truncates the data in two memo
fields. I've never seen this before. Here is the SQL statement:
SELECT DISTINCT qryAWM525CC130Spec.strSerialNumber,
qryAWM525CC130Spec.strAWM525para, qryAWM525CC130Spec.memAWM525Requirement,
qryAWM525CC130Spec.memRecommendation, qryAWM525CC130Spec.memRemarks,
qryDisplayCC130SpecInfo1.strCC130SpecPara,
qryDisplayCC130SpecInfo1.memCC130SpecStatement,
qryAWM525CC130Spec.lngTenCount
FROM qryAWM525CC130Spec LEFT JOIN qryDisplayCC130SpecInfo1 ON
qryAWM525CC130Spec.strCC130SpecPara =
qryDisplayCC130SpecInfo1.strCC130SpecPara
ORDER BY qryAWM525CC130Spec.lngTenCount;
Thanks in advance for any help you can provide.
Jake
I've created a query that contains two queries, with a left outer join. The
query duplicates values if I don't set the query properties to Unique
values. However, when I do this the query truncates the data in two memo
fields. I've never seen this before. Here is the SQL statement:
SELECT DISTINCT qryAWM525CC130Spec.strSerialNumber,
qryAWM525CC130Spec.strAWM525para, qryAWM525CC130Spec.memAWM525Requirement,
qryAWM525CC130Spec.memRecommendation, qryAWM525CC130Spec.memRemarks,
qryDisplayCC130SpecInfo1.strCC130SpecPara,
qryDisplayCC130SpecInfo1.memCC130SpecStatement,
qryAWM525CC130Spec.lngTenCount
FROM qryAWM525CC130Spec LEFT JOIN qryDisplayCC130SpecInfo1 ON
qryAWM525CC130Spec.strCC130SpecPara =
qryDisplayCC130SpecInfo1.strCC130SpecPara
ORDER BY qryAWM525CC130Spec.lngTenCount;
Thanks in advance for any help you can provide.
Jake