G
Guest
I'm still confused. Perhaps including the query will help:
UPDATE Client1 INNER JOIN PARHSTY1TEMP ON
Client1.CLIENTNO=PARHSTY1TEMP.Clientno SET
Client1.Partici=Client1.Partici+PARHSTYTEMP.AMOUNT
My problem is that Client1.CLIENTNO is TEXT while PARHSTY1TEMP.CLIENTNO is
NUMBER.
What needs to be added to this Query so that it will work?
UPDATE Client1 INNER JOIN PARHSTY1TEMP ON
Client1.CLIENTNO=PARHSTY1TEMP.Clientno SET
Client1.Partici=Client1.Partici+PARHSTYTEMP.AMOUNT
My problem is that Client1.CLIENTNO is TEXT while PARHSTY1TEMP.CLIENTNO is
NUMBER.
What needs to be added to this Query so that it will work?