| 发表于:2007-04-06 08:43:35 楼主 |
程序如下,请将?部分写成具体的源代码: with adodc1 .connectionstring = "dsn=jczx " .recordsource = "select * from 学号 " .refresh end with 'text1用来接受学号 if adodc1.recordset.find (学号=text1.text,?,?,? )=? then msgbox "此学号已存在,请重新输入 " end if 先谢谢各位了! |
|
|
|
|