hi how to do insert ignore in access? is access support this function?
CurrentDb.Execute "INSERT IGNORE INTO FullDB (IDProc, IDOp, IDTech) VALUES (" & IDProct & "," & IDOpt & "," & IDTecht & ")"
or how can i do a search for duplicate record first before insert?
thanks