设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

12
返回列表 发新帖
楼主: kongwu
打印 上一主题 下一主题

[查询] 求助? 查询和筛选问题

[复制链接]
11#
 楼主| 发表于 2004-3-2 22:03:00 | 只看该作者
Function DaysInMonth(rq31date As Date) As Integer
    DaysInMonth = DateDiff("d", firstDayOfMonth(rq31date), lastDayOfMonth(rq31date)) + 1
End Function


怎么出现了这个错误啊
错误类型:
Microsoft VBScript 编译器错误 (0x800A03EE)
缺少 ')'
/pswmonup.asp, line 961, column 30
Function DaysInMonth(rq31date As Date) As Integer
-----------------------------^


[此贴子已经被作者于2004-3-2 14:05:46编辑过]

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-15 21:57 , Processed in 0.080485 second(s), 23 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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