高手帮我看一下哪里出了问题?
x = Val(InputBox("请输入金额:"))y = Label2(4).Caption & "-" & Label2(3).Caption & "-" & Label2(5).Caption & " " & Label2(0).Caption & ":" & Label2(1).Caption & ":" & Label2(2).Caption
conn.Execute " INSERT INTO data_count" & "(时间,金额) VALUES "('" & y & "',x) "
这段程序哪里出了问题,麻烦更正一下