I have recently split a "Customer table" into "Customertble", "Usernametble" and a "Junction table" (linking them).This all works very well.However, I have a macro that imports data from the web as a csv file, and puts the data into a table "new user".The macro then activates the update query to drop that data(appropriate fields)into the "customer table".This worked perfectly when all the data went into just the "Customer table". I currently (with the new table configuration)can get the data to be added to both the "Customertble" and the "Usernametble", but cannot get the "junction table" to be updated. Any suggestions would be most welcome?