i have a string like this
some_string= "something, something2, something3, something4, etc.."
i would like to read this string into a table like this:
field1 = "something"
field2 = "something2"
etc
what is the best way to do this in vba/sql?