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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the variable in an INSERT query, listing the field names to match up with their location in the string: