How do I insert a list into a single field of a single record in the database? Trying to insert (A B C) yields type errors if database type is set to text or varchar.
Is there another data type I should use? Does the list need to be modified somehow?
I need to be able to store and retrieve a list as easily as possible.
Thanks.
Mark Slamin