Hi this is my first message
sorry for my terrible english, i'll try to write correctly! :-)
I got this trouble:
it seems to be an error in FROM of this query but i'm unable to find it, can you help me?
SELECT tabA.field1, tabA.field2, tabA.field3, tabB.field1, tabB.field2, tabB.field3 FROM tabA IN 'D:\Dati\......\listino.mdb' LEFT JOIN TabB ON (TabA.field4 = tabB.field4) WHERE tabA.field5 = 'X' AND tabA.field6='Y' AND tabB.field5= 'Z'
the connection is made on database that contains TabB (that's why I'm using "FROM tabA IN 'physical path of database that contains tabA')
IMPORTANT: If i remove the left join it works correctly....
suggestions? tips? tricks?
thank you
bye