Phoenix Tech
New member
- Local time
- Today, 10:49
- Joined
- Oct 23, 2010
- Messages
- 3
Hi guys i am importing an excel sheet into access to create categories
when i import i do it to a TEMP_Category Table that does not have a primary key (or else i get violation errors all the time)
now im trying to run an append query to join the data between TEMP_Category and my Category table just one problem when i do that it either creates duplicates in the Category Table or if i set the ID to append to the Category ID i get more access violation errors. due to the Category ID being a Primary Key
how do i add or update data in existing tables??
when i import i do it to a TEMP_Category Table that does not have a primary key (or else i get violation errors all the time)
now im trying to run an append query to join the data between TEMP_Category and my Category table just one problem when i do that it either creates duplicates in the Category Table or if i set the ID to append to the Category ID i get more access violation errors. due to the Category ID being a Primary Key
how do i add or update data in existing tables??