I have data in a temporary table. I would like to use that data to update an existing inventory table. I have tried an update query but it does not seem to work. Please help. Both tables have the same fields. I would like to update the inventory table if the primary key = the primary key in the temporary table.