When I receive test data from our Dept. of Ed., individual student answers for each multiple choice question are all kept in one field:
Field1
ABCAACDCCDAC
ACCAADDCCAAB
ACCABDDCCAAB
etc...
How can I split this one field into many fields, one for each answer. I would like to automate this in VBA. I have researched the Split function, but cannot seem to wrap my arms around it.
Field1
ABCAACDCCDAC
ACCAADDCCAAB
ACCABDDCCAAB
etc...
How can I split this one field into many fields, one for each answer. I would like to automate this in VBA. I have researched the Split function, but cannot seem to wrap my arms around it.