• Thanks for that. I was mulling over the idea of including a text field into the record that contains the data in a comma delimited format.

    My class can then stream the data in and out, and cope with variable lengths of arrays.

    I'm hoping (because I'm no expert), that this will have less of a performance hit than referencing a child table.

    What do you think?