C
CAROL
could you pls look over this query sql and let me know
what i need to add so that the left=left will read both
upper and lower case in the comparison. the field in one
one table is upper and lower case whereas the similar
field in the other table is all upper. thought i could
accomplish this in the query without having to go into the
tables and make case adjustments on the data. you guys
are great with the support. thx!
UPDATE [vendor mailing] LEFT JOIN VENDORS ON [vendor
mailing].vendor = VENDORS.VENDOR SET [vendor mailing].
[vendor #] = [vendors].[VENDOR#]
WHERE ((Left([VENDOR MAILING].[VENDOR],9)=Left([VENDORS].
[VENDOR],9)));
what i need to add so that the left=left will read both
upper and lower case in the comparison. the field in one
one table is upper and lower case whereas the similar
field in the other table is all upper. thought i could
accomplish this in the query without having to go into the
tables and make case adjustments on the data. you guys
are great with the support. thx!
UPDATE [vendor mailing] LEFT JOIN VENDORS ON [vendor
mailing].vendor = VENDORS.VENDOR SET [vendor mailing].
[vendor #] = [vendors].[VENDOR#]
WHERE ((Left([VENDOR MAILING].[VENDOR],9)=Left([VENDORS].
[VENDOR],9)));