sql=“SELECT * form table1 where 字段1=text1.text and 字段2=text2.text and 字段3=text3.text and 字段4=text4.text”
执行后看 是否有满足条件的记录数
if rst.recordcount>0 then
显示告警
else
执行插入
endif
首页 >
sql=“SELECT * form table1 where 字段1=text1.text and 字段2=text2.text and 字段3=text3.text and 字段4=text4.text”
执行后看 是否有满足条件的记录数
if rst.recordcount>0 then
显示告警
else
执行插入
endif