This is a good one..
I have a db that is linked to a DBIV file. The DBVI file are results from an AS400. I need to append the data from the linked table into another table. But If the record has allready been inserted it needs to be skipped. A primary key will not work. I cannot set one of the fields as unique either. I cannot string two fileds together to make a unique field. thats my problem. What it is , is documents #'s will be repeating itself several different times with the same number. with most of the same information. I need to somehow create a sepearte field that I can use as my unique field. but if that document gets saved again in the DBIV file it will be inserted again. how can I get around this??
Thanks in advance dvannoy@onyxes.com
I have a db that is linked to a DBIV file. The DBVI file are results from an AS400. I need to append the data from the linked table into another table. But If the record has allready been inserted it needs to be skipped. A primary key will not work. I cannot set one of the fields as unique either. I cannot string two fileds together to make a unique field. thats my problem. What it is , is documents #'s will be repeating itself several different times with the same number. with most of the same information. I need to somehow create a sepearte field that I can use as my unique field. but if that document gets saved again in the DBIV file it will be inserted again. how can I get around this??
Thanks in advance dvannoy@onyxes.com