Hi Guys
really having a problem with the key violations
i have two tables with a one-many relationship:
CompanyDetails - (CompID(autonumber), Address, manager etc)
VanUse - (CompID(number), TypeoFVAn, FrequencyUse)
note the primary key of the 2nd table is made of all field including CompID from CompanyDetails.
Im trying to append 1 company and 3 vans they use.
My problem is when i run the append query it only appends records to the CompanyDetails table and for the second table i get a key violations error.
How to resolve the key problem....really need your help :-(
really having a problem with the key violations
i have two tables with a one-many relationship:
CompanyDetails - (CompID(autonumber), Address, manager etc)
VanUse - (CompID(number), TypeoFVAn, FrequencyUse)
note the primary key of the 2nd table is made of all field including CompID from CompanyDetails.
Im trying to append 1 company and 3 vans they use.
My problem is when i run the append query it only appends records to the CompanyDetails table and for the second table i get a key violations error.
How to resolve the key problem....really need your help :-(