The code worked!!
SubString(Right('00000000' + RTrim(acc.custom_data_91), 8), 1, 3) + SubString(Right('00000000' + RTrim(acc.custom_data_91), 8), 6, 3) As ColumnA
It wasn't working before because it didnt realize my existing field already had a blank spaces in it, so basically I put the...