Hello,
I have the following querry :
SELECT Prices.*, ISSUE.*
FROM Prices LEFT JOIN ISSUE ON LEFT(Prices.Cusip,8)=LEFT(ISSUE.Cusip9,8);
when i run it , i see the result. However,when i want to modify it to a make table query i receive an error that access can't represent the join expression ON LEFT(Prices.Cusip,8)=LEFT(ISSUE.Cusip9,8)in Design view. Any help? I need the results in a table.
best wishes
I have the following querry :
SELECT Prices.*, ISSUE.*
FROM Prices LEFT JOIN ISSUE ON LEFT(Prices.Cusip,8)=LEFT(ISSUE.Cusip9,8);
when i run it , i see the result. However,when i want to modify it to a make table query i receive an error that access can't represent the join expression ON LEFT(Prices.Cusip,8)=LEFT(ISSUE.Cusip9,8)in Design view. Any help? I need the results in a table.
best wishes