Hi,
I am trying to append a record from, say table1 to a another table, say table2. I am getting an error 3022 if the same record already exist in table2. What is the best way to do so that if the record already exist in table2 the error will not appear and instead a message will pop up stating that the record already exist in table2. Sample code will help. Thanks in advance.
SummaEng
I am trying to append a record from, say table1 to a another table, say table2. I am getting an error 3022 if the same record already exist in table2. What is the best way to do so that if the record already exist in table2 the error will not appear and instead a message will pop up stating that the record already exist in table2. Sample code will help. Thanks in advance.
SummaEng