I am wanting to copy information from the Id column in the Products table to ProductsId column in another table using vba/sql in Microsoft Access. I was just wondering how I would be able to do this.
I had written an INSERT query but I wasn't sure if this would move the Id from the products table and I need the information in both.
I think an UPDATE query would be best but I'm not too sure on how to write the SET part of the query. The two tables are joined by Client but can I put a WHERE clause into the SET?