设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

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

[模块/函数] Dlookup Dsum 的2471错误 参数中嵌入标量

[复制链接]
跳转到指定楼层
1#
发表于 2012-6-13 11:38:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
数字变量 这么用 DMax("[RecordNumber]", "TblDocket", "[FiscalYear] = " & strLastFiscalYear) + 1
意思是 [FiscalYear] =  strLastFiscalYear) + 1
字符串变量这么用   DLookup("[Password]", "Staff", "[LoginID]='" & Me.txtUser & "'")
意思是   [LoginID]='Me.txtUser'

还可以这么用:Me!总有效金额 = DSum("有效金额", "POS", "流水 = Form!流水号")

Try this

Dim strLastFiscalYear As String

strLastFiscalYear = strCurrentFiscalYear - 1

strNewRecordNumber = DMax("[RecordNumber]", "TblDocket", "[FiscalYear] = " & strLastFiscalYear) + 1

strLastFiscalYear is a variable, you have made part of a literal string (it need concatenating into the string as above).

Also, I think 'strCurrentFiscalYear', 'strLastFiscalYear' and 'strNewRecordNumber' should be Integers not a strings ??


MTB
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-5-28 13:48 , Processed in 0.091868 second(s), 24 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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