This should be easy for all you SQL gurus. I'm a novice, and I have a SQL database with a table that has a field matter, with contents :MATTER. (Yes, colon, then variable MATTER. For instance, ":Burger Corporate Formation"). I need to append the beginning of that field with the contents of another field, CLIENT, (for instance, "Burger, Kathleen") in the very same table. My result will be CLIENT:MATTER in one field. There will be no null contents in these fields in any of the rows. I need to do this to link the database with QuickBooks. I can't determine what the query should be, and would appreciate any help. Thanks. ~ Kathy