本文介绍了编号时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果您尝试使用Access 2010,要比较两个小于10000的数字,总是9998将大于9999.或9999将小于1例。 9999将小于所有数字。 或者其他数字少于9999将小于
所有其他数字减去。有人可以修理????
If you try in Access 2010, to compare two numbers smaller than 10000, always 9998 will be greater then 9999. or 9999 will be smaller than 1 for example. 9999 will be smaller than all numbers less. Or others numbers less tah 9999 will be smaller than all other numbers less. Can someone repair????
Gheorghe Zibileanu mobile 0040740999006
Gheorghe Zibileanu mobile 0040740999006
推荐答案
?9998> 9999
错误
?9998 > 9999
False
即使你在比较字符串:
?" 9998" > " 9999"
False
?"9998" > "9999"
False
这篇关于编号时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!