毕业论文
计算机论文
经济论文
生物论文
数学论文
物理论文
机械论文
新闻传播论文
音乐舞蹈论文
法学论文
文学论文
材料科学
英语论文
日语论文
化学论文
自动化
管理论文
艺术论文
会计论文
土木工程
电子通信
食品科学
教学论文
医学论文
体育论文
论文下载
研究现状
任务书
开题报告
外文文献翻译
文献综述
范文
VB+access员工信息管理系统设计与实现(16)
rs("考勤日期") = DTPicker1.Value
rs("出勤天数") = Text5.Text
rs("假期加班") = Text6.Text
rs("其他加班") = Text7.Text
rs("出差天数") = Text8.Text
rs("旷工天数") = Text9.Text
rs("迟到次数") = Text10.Text
rs("早退次数") = Text11.Text
rs("备注") = Text12.Text
rs("部门名称") = Combo1.Text
rs.Update
MsgBox "数据添加成功", 64, "信息提示"
Adodc1.CommandType = adCmdText
Adodc1.RecordSource = "select * from 员工考勤信息表"
Adodc1.Refresh
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
DTPicker1.Value = Now
Text5.Text = ""
Text6.Text = ""
Text7.Text = ""
Text8.Text = ""
Text9.Text = ""
Text10.Text = ""
Text11.Text = ""
Text12.Text = ""
Combo1.Text = ""
Else
MsgBox "该员工考勤信息已经存在了", 16, "警告"
End If
End If
End Sub
Private Sub DataGrid1_Click()
If Adodc1.Recordset.RecordCount <= 0 Then
MsgBox "当前表是空表", 16, "信息提示"
Else
Text1.Text = Adodc1.Recordset.Fields(0)
Text2.Text = Adodc1.Recordset.Fields(1)
Text3.Text = Adodc1.Recordset.Fields(2)
DTPicker1.Value = Adodc1.Recordset.Fields(3)
Text5.Text = Adodc1.Recordset.Fields(5)
Text6.Text = Adodc1.Recordset.Fields(6)
共19页:
上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
下一页
上一篇:
基于.net银行储蓄系统的设计与实现
下一篇:
ASP.net+sqlserver手工艺分享网站设计与开发
基于android的环境信息管理系统设计
ASP.NET飞翔租贷汽车公司信...
Android员工请假系统设计
高校校园网信息安全隐患及防范措施
大数据时代下电子商务个性化信息服务研究
java+mysql学术会议参会信息系统的设计+源代码
基于Linux的员工管理系统的设计与实现
提高教育质量,构建大學生...
压疮高危人群的标准化中...
从政策角度谈黑龙江對俄...
浅谈高校行政管理人员的...
上海居民的社会参与研究
浅论职工思想政治工作茬...
STC89C52单片机NRF24L01的无线病房呼叫系统设计
酵母菌发酵生产天然香料...
AES算法GPU协处理下分组加...
基于Joomla平台的计算机学院网站设计与开发