SELECT SUM(factures.MONTTC) ;
FROM GEST_JUR!factures ;
WHERE FACTURES.NUMAB=this.Parent.text1.Value AND factures.paiement="T" ;
INTO TABLE GEST_JUR!factempGLOB
this.Parent.text8.Value=FACTEMPGLOB.SUM_monttc
I received an error message "Alias 'FACTEMPGLOB' is not found".
How do I resolve this error PLease!
FROM GEST_JUR!factures ;
WHERE FACTURES.NUMAB=this.Parent.text1.Value AND factures.paiement="T" ;
INTO TABLE GEST_JUR!factempGLOB
this.Parent.text8.Value=FACTEMPGLOB.SUM_monttc
I received an error message "Alias 'FACTEMPGLOB' is not found".
How do I resolve this error PLease!