C
carol
following query is not updating properly. it appears that
only the exact field matches are updating and that the
left function criteria is completely ignored. can you
help? thx.
UPDATE [contact nelson draft] LEFT JOIN VENDORS ON
[contact nelson draft].vendor = VENDORS.VENDOR SET
[contact nelson draft].[vendor#] = [vendors].[vendor#]
WHERE (((Left([vendors].[vendor],6))=Left([contact nelson
draft].[vendor],6)));
only the exact field matches are updating and that the
left function criteria is completely ignored. can you
help? thx.
UPDATE [contact nelson draft] LEFT JOIN VENDORS ON
[contact nelson draft].vendor = VENDORS.VENDOR SET
[contact nelson draft].[vendor#] = [vendors].[vendor#]
WHERE (((Left([vendors].[vendor],6))=Left([contact nelson
draft].[vendor],6)));