如何用access计算年龄

用[DepartureDate]和[Birthdate]进行计算,说明如下CalculatethedifferencebetweentheBirthdateandDepa... 用[DepartureDate]和[Birthdate]进行计算,说明如下Calculate the difference between the Birthdate and DepartureDate; then divide the difference by 365.Use "\"symbol instead of"/"for the division. this will result in the largest number years without any decimal values(whole number of years)
求解答,作业做到这里有点不太明白了,谢谢
展开
 我来答
老师小乔
2013-09-30 · TA获得超过3680个赞
知道大有可为答主
回答量:1985
采纳率:66%
帮助的人:677万
展开全部
用[DepartureDate]和[Birthdate]进行计算,说明如下Calculate the difference between the Birthdate and DepartureDate; then divide the difference by 365.Use "\"symbol instead of"/"for the division. this will result in the largest number years without any decimal values(whole number of years)。
我们先把说明翻译一下:计算出生日期和死亡日期之间的天数之差,然后用天数之差除以365。用"\"符号代替"/"做除法运算,之后将会得出不带小数点的最大整数。
待翻译后就很容易理解是什么意思了,希望能帮到你。
追问
能麻烦告诉一下公式么?我理解它的意思,但是不会具体把它表示出来
追答
DateDiff("d", BirthDate, DepartureDate)\365,这样的话就可以得出结果。
另外给出:
根据出生日期计算年龄(周岁)
IIf(Month(DepartureDate)-Month(BirthDate)>-1,Year(Departure)-Year(Birthdate),Year(DepartureDate)-Year(BirthDate)-1)
详细可见Access日期函数:
http://wenku.baidu.com/view/6c5800a1284ac850ad02429a.html
百度网友567f267
2013-09-30
知道答主
回答量:40
采纳率:0%
帮助的人:22.7万
展开全部
就是 ([DepartureDate]-[Birthdate])\365啊,这里要告诉你的就是“\”表示整除和“/”的差异。除出来只留整数结果(不考了余数)。 如果370\365=1。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式