数据表里的字段:科室是字符型,年龄是数值型,我把gjbzjp老师说的,文本框换成value=0,也出现上述问题。这句代码加where 科室=....就能正常运行,去掉科室就有问题啦。使用发现:是不是和 if 全体"有关呢?这个“全体”不在数据表里。为了表达“全体”就去掉科室这样查询。为什么这样的查询方法,我经常用,查询别的都行,查询年龄就不行了呢?
谢谢各位老师的热情帮助,我用笨办法解决问题啦!运行正常,不再有错误提示。再次谢谢各位老师
sele 数据库
if 全体"
sele * from 数据库 where 科室= and and 年龄>=Val(thisfomr.text1.value) and 年龄<=Val(thisform.text2.value)into cursor ls
else
sele * from 数据库 where 科室= and and 年龄>=Val(thisfomr.text1.value) and 年龄<=Val(thisform.text2.value)into cursor ls
endif