Just get ### in the field when I run it.
Here's the way the first line of SQL code looks. I changed the 15 to a 6 as the field I want to center is 6 characters long.
SELECT Clients.LastName, Left([FirstName],1) AS [First Initial], Referrals.SchedDate, Space((6-Len(Trim(Referrals.ICD1)))/2) & Trim(Referrals.ICD1) AS Centered_ICD1, [Case Coordinators].CCName,
Lee