level 1
Private Sub Command3_Click()
Delete from bookinfo where ID card='" & text1.text & "'
End sub
为什么老是提示 缺少:语句结束 呢?
谢谢各位了。
2012年06月21日 12点06分
1
level 1
Private Sub Command3_Click()
Delete bookinfo where ID card='" & text1.text & "'删除记录
End sub
Private Sub Command3_Click()
update bookinfo set "姓名"='xxx' where ID card='" & text1.text & "'更新记录记录
End sub
2012年07月10日 09点07分
3