设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 1098|回复: 0
打印 上一主题 下一主题

[宏/菜单/工具栏] 这是为何?高手人不知???奈何.........

[复制链接]
跳转到指定楼层
1#
发表于 2009-6-16 19:04:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Private Sub Command21_Click()
Dim cnnmx As ADODB.Connection
Dim rsmx As ADODB.Recordset
Dim  mysql As String, aq As String
Dim tyu产 As String
tyu产 = Combo12.Value
Set rsmx = New ADODB.Recordset
    mysql = "select  科目编码 into  aq   from 总帐科目表  where  总帐科目 ='" & Combo12.Value & "'"
    rsmx.Open mysql, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
'更改表名"aq"为组合框的值"tyu产"
   DoCmd.Rename tyu产, acTable, "aq"
End Sub
上面这段通过测试,下面这段提示错误"至少有一个参数没有没有指定值",这是为何???
Private Sub Command21_Click()
Dim cnnmx As ADODB.Connection
Dim asas As String
Dim rsmx As ADODB.Recordset
Dim mxkm(500) As String, i As Integer, mysql As String, aq As String
Dim tyu产 As String
tyu产 = Combo22.Value
    Set rsmx = New ADODB.Recordset
     Set cnnmx = New ADODB.Connection
   
    mysql = "select 日期 ,凭证编号,摘要,总帐科目,明细科目,借方金额,贷方金额 into  aq   from 清单的  where  总帐科目 ='" & Combo22.Value & "'"
  

    rsmx.Open mysql, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
'更改表名"aq"为组合框的值"tyu产"
   DoCmd.Rename tyu产, acTable, "aq"
End Sub
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-4-28 12:46 , Processed in 0.103749 second(s), 24 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表