I have a Form which contains Data from Table1. Under each of the data fields textbox is an unbound text box. This is to allow me to identify changes. Example: Field1 = "Steve", txtField1 = "Mike". I want to Append/Insert txtField1 into Table2, which contains the same data fields and structure as Table1. I've tried using an Append Query, and pointing to the Form!frmXXXX.txtField1 but it appends 0 Records. Any suggestions?