?? 新建 文本文檔.txt
字號:
Me.DataGrid1.AllowDelete = True
Me.Adodc1.RefREh
Me.DataGrid1.RefREh
bookindex = InputBox("輸入你要刪的圖書的序號")
'RE.Close
If IsNumeric(bookindex) And bookindex <> 0 Then
sty = "select * from 圖書 where 序列號='" & bookindex & " '"
RE.Open sty, Comsalary, adOpenKeyset, adLockOptimistic
RE.Delete
'RE.Fields("序列號") = bookindex
'RE.Open
'Me.Da
'RE.Update
'taGrid1.AllowUpdate = True
'MsgBox "允許在以上列表刪除記錄"
Me.Adodc1.RefREh
Me.DataGrid1.RefREh
Else: RE.Open
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -