ItIsHardToProgram
Technical User
I have the following Query running a Form. Deproj is the subform of Dépense, the childlink is FDnumero and the parentlink is No_F_Dep
SELECT Dépense.*, Sum(DepProj.soustotal) AS Tototal FROM Dépense INNER JOIN DepProj ON Dépense.no_f_dep=DepProj.FDNumero;
Apparantly when I try running this query it does not detect the Fields in Dépense..... I can't see whats wrong in my query, could some one try to enlighten me please?
Thank you all.
SELECT Dépense.*, Sum(DepProj.soustotal) AS Tototal FROM Dépense INNER JOIN DepProj ON Dépense.no_f_dep=DepProj.FDNumero;
Apparantly when I try running this query it does not detect the Fields in Dépense..... I can't see whats wrong in my query, could some one try to enlighten me please?
Thank you all.