I have an array of real numbers (actually, a series of x,y coordinates that make up a plot) that I need to store in an Access table. I suppose I could store it as a string with comma separated values but that means I have to parse it after I read it. Any suggestions? Any help would be appreciated.