I have an update query that I am using to send the values of a current record on a form to a table, and I am using the expressions of [Forms]![MyForm]![txtName],etc.in the Update To: with my destination fields in the table specified...I then would like to run this from my active form...however, it is not performing the update as expected...it isn't updating the table at all. I as missing something really obvious here!