robmoors
Programmer
- Jan 10, 2001
- 24
I am trying to append from one table using the APPEND FROM command. My destination table has an account number set to a primary key and I want to keep it that way. During appending, it stops I guess when it sees a duplicate value. My error code is 1884- account number key is violated. How do I make Fxpro automatically skip any records that are duplicates from my FROM table?