a=Round((.Fields("G31") - .Fields("G51")) / .Fields("G31") * 100 - (Val(Text12.Text) - Val(Text18.Text)) / Val(Text12.Text),2)为什么计算结果仅为((.Fields("G31") - .Fields("G51")) / .Fields("G31") * 100的值,而不是减去(Val(Text12.Text) - Val(Text18.Text)) / Val(Text12.Text)之后的值?