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...
hi, my goal is :I click on one amount choosen it will deplace to a text for instance and for each choice it will added automatically IN the text. amount+amount until the end
we have talked about this problem before, if i use combobox or listbox, I can't sum these amounts .
so i plan to do with these labels is to display them and replace them with these amounts.and then when I click on a label it will added to the previous.for instance
label1=96.30
label2=150.00
...
Hi Olaf,
I tried to add a label, It has worked very good,Thank you, but if i'd like to do it in a boucle FOR,
for instance , I recreate this label 5 times one under the other like this:
label1
lebel2
label3
label4
label5
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.