I'm trying to perform an inner join on two text fields, the contents of the field are mixed case values.
Is there any way I can perform the equivalent of
INNER JOIN ON UPPER(csid_det.csid_part) = UPPER(qryPt_mstr.pt_part);
which of course Access will not allow!
An alternative would be to be able to force UPPERCASE during the Import stage, is this possible?
Thanks in anticipation!
J.
Is there any way I can perform the equivalent of
INNER JOIN ON UPPER(csid_det.csid_part) = UPPER(qryPt_mstr.pt_part);
which of course Access will not allow!
An alternative would be to be able to force UPPERCASE during the Import stage, is this possible?
Thanks in anticipation!
J.