Hi, i'm trying to write a query that reads the name chosen from a combobox and uses it to update a table with the same name (Ex. I chose "employee" from a combobox and than launch this query that makes an UPDATE instance on the "employee" tab)...i've tried with the UPDATE (=Forms![Intro]!Casellacombinata) INNER JOIN etc... but it doesn't work...Is it possible to do it??