I am linking to a mailbox and have a timer routine that imports new emails into a table every x minutes.
I have the field TASK_RECEIVED set not to allow dupes. I figure the date/time make it unique. I am getting a run-time error 3022 (would create duplicate values in the index) on the next time the routine fires.
That is true, I don't want to see the record imported a second time. How can I by-pass this message,
I have the field TASK_RECEIVED set not to allow dupes. I figure the date/time make it unique. I am getting a run-time error 3022 (would create duplicate values in the index) on the next time the routine fires.
That is true, I don't want to see the record imported a second time. How can I by-pass this message,