I am importing data from an Excel file into my database.
In the process I encounter duplicates that I want to ignore.
I am using the following code (after assigning the values):
IF HAdd(BVS_BOSS_LOAD) = False THEN
IF HErrorDuplicates() = True THEN
CONTINUE
END
ELSE
CONTINUE
END
All I need is that the process to ignore the duplicate record and
continue with the next record but it pops up a duplicate record
screen.
THNX !!
JoeMaldo
In the process I encounter duplicates that I want to ignore.
I am using the following code (after assigning the values):
IF HAdd(BVS_BOSS_LOAD) = False THEN
IF HErrorDuplicates() = True THEN
CONTINUE
END
ELSE
CONTINUE
END
All I need is that the process to ignore the duplicate record and
continue with the next record but it pops up a duplicate record
screen.
THNX !!
JoeMaldo