A
Annelies
The following query does not work :'(
SELECT E_Hulp_Zorg_Verlener.Voornaam
FROM E_Hulp_Zorg_Verlener, E_Overleg, R_Deelnemer_In
WHERE (((E_Overleg.ID)=[Forms]![PatientenIngeven]![Bijschrift92] And
(E_Overleg.ID)=[R_Deelnemer_In].[Overleg_ID]) AND
((E_Hulp_Zorg_Verlener.ID)=[R_Deelnemer_In].[Hulp_Zorg_ID]));
[Forms]![PatientenIngeven]![Bijschrift92](Bijschrift means Caption)
<-- this is the problem.
When i pass the parameter manually, the query works fine. Can anybody
tell me what the problem might be..
Greetzzz
Liezzzje..
SELECT E_Hulp_Zorg_Verlener.Voornaam
FROM E_Hulp_Zorg_Verlener, E_Overleg, R_Deelnemer_In
WHERE (((E_Overleg.ID)=[Forms]![PatientenIngeven]![Bijschrift92] And
(E_Overleg.ID)=[R_Deelnemer_In].[Overleg_ID]) AND
((E_Hulp_Zorg_Verlener.ID)=[R_Deelnemer_In].[Hulp_Zorg_ID]));
[Forms]![PatientenIngeven]![Bijschrift92](Bijschrift means Caption)
<-- this is the problem.
When i pass the parameter manually, the query works fine. Can anybody
tell me what the problem might be..
Greetzzz
Liezzzje..