Hello all,
I have a problem which i can't find the answer to.
I have 2 tables, with a comparable field.
Example:
TableA.Program,etc.
TableB.ProgFileName,etc.
i want to make a join query on a PART of Progfilename to be equal to ALL
Program. I tried:
SELECT TableA.Program
FROM ...
more >>