【发布时间】:2015-12-09 06:25:44
【问题描述】:
我在 MS 表中有一个字段设置为月份编号。
field type = Number
Field Size = single
Validation Rule= (Not Is Null) or (>0 and <13)
Validation Text = The month must be between 1 and 12
Required=Yes
如果没有输入数据,我会收到系统错误“您必须在 dim_daod.daod_month 字段中输入一个值。”
我希望它改为触发验证文本。
验证规则应该是什么?
【问题讨论】: