If I use the Split Function on the string "one two thre", Is there a way to to create a RecordsetSet with the records:
one
two
three
Then If I wanted to refer to the record "one" how would I do that. I have tried.
Debug.Print rs.Item(1)
and it says Method or Data member not found.
Thanks
one
two
three
Then If I wanted to refer to the record "one" how would I do that. I have tried.
Debug.Print rs.Item(1)
and it says Method or Data member not found.
Thanks