I have a large table (80 fields) with multiple address fields in it (Address1,City1, State1, Zip1, Address2 etc). Based upon another field having a specific character in it, I want to create another table with the address fields associated with that character. How can this be done? Do I use an Update Query? I would appreciate some examples.