Question
September 4, 2021 at 03:03 PM
antonymartinkollam

software coding

by antonymartinkollam . Updated 5 years ago

i have two ms access table ( TableA & TableB) .. how i can copy from TableB to TableA..Avoid duplicate records
My code below
Insert into TableA (slno,name) select slno,name from TableB

duplicate slno copy to TableA….
How i can stop?

This discussion is locked

All Comments