ACCESS代碼?
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
下一篇mysql用什么書好
ACCESS代碼?
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