I try to do this query
UPDATE Articles LEFT JOIN
Modelos ON Articles.Art_Cod_Mod = Modelos.Mod_Cod SET Articles.Art_Cost_Pts = [Art_Cost_Pts]*(1+(10/100)),
Articles.Art_PVP_Pts = [Art_Cost_Pts]*(1+(10/100))
WHERE Articles.Art_Fam Like '*21' AND
Articles.Art_Prov Like '*com*' AND
Modelos.Desc LIKE '*do*';
but i can't.
I try it with Acces and it works fine, but with MySQLFront
I can't.
Please help me!!!
UPDATE Articles LEFT JOIN
Modelos ON Articles.Art_Cod_Mod = Modelos.Mod_Cod SET Articles.Art_Cost_Pts = [Art_Cost_Pts]*(1+(10/100)),
Articles.Art_PVP_Pts = [Art_Cost_Pts]*(1+(10/100))
WHERE Articles.Art_Fam Like '*21' AND
Articles.Art_Prov Like '*com*' AND
Modelos.Desc LIKE '*do*';
but i can't.
I try it with Acces and it works fine, but with MySQLFront
I can't.
Please help me!!!