添加用户信息的实现: Dim sql As String Dim rs_adduser As New ADODB.Recordset Dim rs_adduser1 As New ADODB.Recordset Dim rs_adduser2 As New ADODB.Recordset Dim rs_adduser3 As New ADODB.Recordset If Trim(Combo1.Text) = "" Then MsgBox "请选择用户类别", vbOKOnly vbExclamation, "" Combo1.SetFocus Exit Sub End If If Trim(Text1.Text) = "" Then MsgBox "员工号不能为空", vbOKOnly vbExclamation, "" Text1.SetFocus Exit Sub End If If Trim(Text2.Text) = "" Then MsgBox " 姓名不能为空", vbOKOnly vbExclamation, "" Text2.SetFocus Exit Sub End If '与第一个表联 sql = "select * from 员工信息 where 员工号='" |
[数据库] 人事管理系统及论文
- 上一篇:论我国电子商务发展趋势
- 下一篇:基于局域网的考试系统
查看评论
已有0位网友发表了看法