Not 100% sure what you want, but if it is to display
the codes on individual lines in a textbox on a form
or report, then in your splitting code, add a vbCrLf
to the split line after each code is added to the
variable, e.g.:
vCodes = vCodes & lstrCode & vbCrLf
Reply if you still have...