M
mattc66 via AccessMonster.com
I have a 2 tables One that contains the Orders and then one that the order
detail.
Tbl1
* OrderID Index with No Dups
Tbl2
* OrderDetID Index with No Dups
* OrderID Index with Dups --->> Linked to Tbl1 in the relationships
* LineNum Index with Dups
Items
* Primary Key
I am importing this data from an external source and Its allowing me to
upload multiple items in Tbl2. I was hoping by making the OrderDetID, OrderID
and LineNum as Primary that it would not allow duplicates. However that is
not the case. It is allowing mutliple entries of the same details.
I have to make an upload of this data mutliple times during the day and need
and would like it to not upload the data if it finds it already in the table.
Any suggestions on this issues?
Thanks
Matt
detail.
Tbl1
* OrderID Index with No Dups
Tbl2
* OrderDetID Index with No Dups
* OrderID Index with Dups --->> Linked to Tbl1 in the relationships
* LineNum Index with Dups
Items
* Primary Key
I am importing this data from an external source and Its allowing me to
upload multiple items in Tbl2. I was hoping by making the OrderDetID, OrderID
and LineNum as Primary that it would not allow duplicates. However that is
not the case. It is allowing mutliple entries of the same details.
I have to make an upload of this data mutliple times during the day and need
and would like it to not upload the data if it finds it already in the table.
Any suggestions on this issues?
Thanks
Matt