Library
Library
Form2
Code window:
Option Explicit
Dim fcnlibrary As New ADODB.Connection
Dim frslibrary As New ADODB.Recordset
Dim lzsql As String
Dim lzflag As String
Private Sub cmdcancel_Click()
txtbookno.Text = ""
txtbookname.Text = ""
txtauthor.Text = ""
txtstudno.Text = ""
txtstudentname.Text = ""
End Sub