I can run this SQL string in a Query component, so far no problem!
But this Query is linked to a DBGrid and this grid does not shows all fields from the Query, only the fields assigned from the source Table.
It is a SQL string combining 3 tables with inner joins.
Please advice how I can show my records with all the fields used in the Query.
Thanks