Hi,
I need your help
i have two tables with a one-many relationship:
CompanyDetails - (CompID(automunber), Address, manager etc)
VanUse - (CompID(number), TypeoFVAn, FrequencyUse)
In the 2nd table all fields make up the primary key
i have a form containing all these records and would like to add them to both tables at once through a button(which runs the append query through a macro) on the form. I have created the append queries and when i click the button i keep getting the 'key violations error'...i can do it manually but dont know where im going wrong..
I need your help
i have two tables with a one-many relationship:
CompanyDetails - (CompID(automunber), Address, manager etc)
VanUse - (CompID(number), TypeoFVAn, FrequencyUse)
In the 2nd table all fields make up the primary key
i have a form containing all these records and would like to add them to both tables at once through a button(which runs the append query through a macro) on the form. I have created the append queries and when i click the button i keep getting the 'key violations error'...i can do it manually but dont know where im going wrong..