S
SurveyorinVA via AccessMonster.com
Good morning,
I have a field in a table called "Roles". The "Roles" will contain a series
of numbers separated by a comma, such as 1,4,6,17,8,2,15.
What I want to do is to parse this field by the comma delineation and assign
it to a variable within VBA routine.
What would be the best practiced method to completing this? Would I use the
split() function or the Mid function, or is there another way?
Thank you in advance,
Chris
I have a field in a table called "Roles". The "Roles" will contain a series
of numbers separated by a comma, such as 1,4,6,17,8,2,15.
What I want to do is to parse this field by the comma delineation and assign
it to a variable within VBA routine.
What would be the best practiced method to completing this? Would I use the
split() function or the Mid function, or is there another way?
Thank you in advance,
Chris