回复 15# xu2000 的帖子
insert into t_cgamt select b.001,b.002,b.004,b.005,b.006,b.007,a.017,amt=007 * 017,ljamt=0
from a LEFT JOIN b ON a.001=b.001 AND
a.002=b.002 WHERE left(b.002,8) between '" & Text1.Text & "' and '" & Text2.Text & "'"
001單別,002單號,004品號,005品中,006規格,007數量,017金額,AMT總金額,LJAMT累計總金額
總金額=數量* 單價
但是累計金額我卻寫不出來
俺現在腦子一遍混亂根本就想不出來,麻煩你對照這個給我一份,謝謝