设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

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

[其它] 请教高手:max等,.......怎么解决?

[复制链接]
跳转到指定楼层
1#
发表于 2004-8-5 17:43:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请教高手:

max,min not等说我没有引用.......怎么解决?



Option Compare Database

Option Explicit



Public Function HNTQD(hntky1 As Double, hntky2 As Double, hntky3 As Double) As Double

Dim hntpj As Double

Dim hntmax As Double

Dim hntmin As Double

Dim hntzjz As Double

Dim qd41 As Double

Dim qd42 As Double

Dim qd43 As Double

qd41 = hntky1

qd42 = hntky2

qd43 = hntky3

hntmax = Max(qd41, qd42, qd43)

hntmin = Min(qd41, qd42, qd43)

hntpj = Avg(qd41, qd42, qd43)

hntzjz = Not (hntmax) And Not (hntmin)



If (hntmax - hntzjz) / hntzjz > 0.15 And (hntzjz - hntmin) / hntzjz > 0.15 Then

   HNTQD = "作废"

         ElseIf (hntmax - hntzjz) / hntzjz > 0.15 Or (hntzjz - hntmin) / hntzjz > 0.15 Then

         HNTQD = hntzjz

              ElseIf (hntmax - hntzjz) / hntzjz < 0.15 Or (hntzjz - hntmin) / hntzjz < 0.15 Then

              HNTQD = hntpj

              End If

         End If

End If

      

End Function

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
2#
发表于 2004-8-5 18:28:00 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-15 10:44 , Processed in 0.184104 second(s), 25 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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