by stempy » Fri Feb 14, 2003 10:56 am
ok i have a field in the table that has multiple words in that field.
i want to be able to pull that field and then make an array of those words.
example
keywords ( job,setup, office, supplies)
that is in the field of keywords in the table.
i want to pull that out of the table that is in one row of data in the table and put that in an array so that i can do a string compare
help