Hi everybody,
I've created a report that is a little bit complex which use a query Access as Table. This query is an union of other queries.
I have separated all the subqueries to see in which one the problem was and it seems that it is with the following SQL:
SELECT MAFLT_MANACHNAME.BEZEICHNER_F, MAFLT_MANACHNAME.SUCHMUSTER, Mitarbeiterstammdaten.[_MANR]
FROM Mitarbeiterstammdaten, MAFLT_MANACHNAME
WHERE (((Trim$([Mitarbeiterstammdaten].[NACHNAME])) Like Trim$([MAFLT_MANACHNAME].[SUCHMUSTER]) & "*");
As you can see, there is no direct link between the two tables. One table comes from Access and the other one from Oracle.
Then I've created a report with only this query. On one Pc it works fine but I've tried on other ones and I get no datas.:-(
I always get results on all the Pc's when I run the query from Access.
Any suggestion will be appreciated.:-9
Thanks in advance.
I've created a report that is a little bit complex which use a query Access as Table. This query is an union of other queries.
I have separated all the subqueries to see in which one the problem was and it seems that it is with the following SQL:
SELECT MAFLT_MANACHNAME.BEZEICHNER_F, MAFLT_MANACHNAME.SUCHMUSTER, Mitarbeiterstammdaten.[_MANR]
FROM Mitarbeiterstammdaten, MAFLT_MANACHNAME
WHERE (((Trim$([Mitarbeiterstammdaten].[NACHNAME])) Like Trim$([MAFLT_MANACHNAME].[SUCHMUSTER]) & "*");
As you can see, there is no direct link between the two tables. One table comes from Access and the other one from Oracle.
Then I've created a report with only this query. On one Pc it works fine but I've tried on other ones and I get no datas.:-(
I always get results on all the Pc's when I run the query from Access.
Any suggestion will be appreciated.:-9
Thanks in advance.