Access开发培训
网站公告
·Access专家课堂QQ群号:151711184    ·Access快速开发平台下载地址及教程    ·欢迎加入Access专家课堂微信群!    ·如何快速搜索本站文章|示例|资料    
您的位置: 首页 > 技术文章 > Access数据库-模块/函数/VBA

简单计算公式

时 间:2014-03-17 18:01:34
作 者:张军军   ID:34951  城市:乌鲁木齐
摘 要:简单计算公式,求指教
正 文:

Option Compare Database

Private Sub Command4_Click()
Text8 = Val(Text0.Value) + Val(Text2.Value)
End Sub
Private Sub Command5_Click()
Text10 = Val(Text0.Value) - Val(Text2.Value)
End Sub

Private Sub Command6_Click()
Text12 = Val(Text0.Value) * Val(Text2.Value)
End Sub

Private Sub Command7_Click()
Text14 = Val(Text0.Value) / Val(Text2.Value)
End Sub



Access软件网QQ交流群 (群号:483923997)       Access源码网店

常见问答:

技术分类:

相关资源:

专栏作家

关于我们 | 服务条款 | 在线投稿 | 友情链接 | 网站统计 | 网站帮助