Jean-Didier
New member
- Local time
- Today, 06:57
- Joined
- Mar 26, 2010
- Messages
- 8
Hello,
I need your help please.
When i want to execute a query, i've got :
Syntax error (missing operator) in query expression '[Import temps_productifs_masques].'.
Here is the sql code :
I have found a way to resolve it... I need to remove the field [import temps_productifs_masques].UNION for this query to work.. But i need this field.
Can you help me to resolve my probleme please ? (and sorry for my english... i'm french)
Thank you
I need your help please.
When i want to execute a query, i've got :
Syntax error (missing operator) in query expression '[Import temps_productifs_masques].'.
Here is the sql code :
Code:
[SIZE=2]SELECT [T_M Calendrier].Mois, [T_M Calendrier].[num sem], [T_M Calendrier].Date, [T_M PDE].Client, [T_M PDE].NAME, [T_M PDE].[FIRST NAME], [T_M Liste des Lucents].L1, [Import temps_productifs_masques].[Split/Skill], [Import temps_productifs_masques].[TEMPS STAFFE], [Import temps_productifs_masques].[STAFF-LUNCH], [Import temps_productifs_masques].[UNION], [Import temps_productifs_masques].DISPO, [Import temps_productifs_masques].BREAK, [Import temps_productifs_masques].LUNCH, [Import temps_productifs_masques].[SUP REQUEST], [Import temps_productifs_masques].MEETING, [Import temps_productifs_masques].TRAIN, [Import temps_productifs_masques].UNION , [Import temps_productifs_masques].DATA, [Import temps_productifs_masques].CONSULT, [Import temps_productifs_masques].OUTB FROM [T_M PDE] INNER JOIN ([T_M Liste des Lucents] INNER JOIN ([Import temps_productifs_masques] INNER JOIN [T_M Calendrier] ON [Import temps_productifs_masques].Date=[T_M Calendrier].Date) ON [T_M Liste des Lucents].L1=[Import temps_productifs_masques].Field3) ON [T_M PDE].Matricule=[T_M Liste des Lucents].Matricule;[/SIZE]
I have found a way to resolve it... I need to remove the field [import temps_productifs_masques].UNION for this query to work.. But i need this field.
Can you help me to resolve my probleme please ? (and sorry for my english... i'm french)
Thank you