Hi, Kevin,
If you changed the 3 to a 2 in the left formula, the space would be gone but the leading zero in months 01-09 would be trimmed.
However, if you also concatenated a leading ' or space the number would remain as text. Probably the space would be best and the number would display in GV as 0510.
strcat (
" ",
left({x},2),
right({x},2)
)
_________________________
Regards,
Softrak Tech Support