I think I got it. Your 'city', 'state', and 'postalcode' columns are actually in your table, aren't they?
If so, what is the column type for each of these columns? -----Original Message----- From: Denise Zuverink [mailto:dzuver...@print-art.net] Sent: Monday, December 10, 2012 10:11 AM To: sql Subject: RE: Update data in a field from concatenated data These are the last two complete queries I ran. UPDATE Wawa_DB Set CityStateZip = '#City# #State# #PostalCode#' Or UPDATE Wawa_DB Set CityStateZip = '#City#' & ' ' & '#State#' & ' ' & '#PostalCode#' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/sql/message.cfm/messageid:3484 Subscription: http://www.houseoffusion.com/groups/sql/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/sql/unsubscribe.cfm