ACCESS代碼?
sql=“SELECT * form table1 where 字段1=text1.text and 字段2=text2.text and 字段3=text3.text and 字段4=text4.text”
執(zhí)行后看 是否有滿足條件的記錄數(shù)
if rst.recordcount>0 then
顯示告警
else
執(zhí)行插入
endif
下一篇mysql用什么書好
ACCESS代碼?
sql=“SELECT * form table1 where 字段1=text1.text and 字段2=text2.text and 字段3=text3.text and 字段4=text4.text”
執(zhí)行后看 是否有滿足條件的記錄數(shù)
if rst.recordcount>0 then
顯示告警
else
執(zhí)行插入
endif