Remember there is a big difference to an Append Query and an Update Query.
Append will add a New Record to an exisiting Table. ie you have 10,000 records in table A and 5,000 in table B. Append will add Table A to Table B and end up with 15,000 records. Or, 12,500 if you select only some records to Append. Append will not change any existing records.
What ever you do, Append or Update, you are Copying the data. It will still be in Table A.
QUOTE]
So if I'm understanding this correctly the data will be in both tables? And then I could run a Delete Query to get rid of the data in the "wrong" table?
My problem is though when I run either the Append Query or the Update Query the data does not copy over to the new field. I have made several attempts to run both queries but to no avail. I have double checked and triple checked and then checked again in Design View to make sure the fields are the same as I know that would cause a conflict in trying to copy the data into the new field.
I will give it another try...Thank you very much!