G
Guest
Hi there
I have a one to many relationship between test(parent) and test details(child)
Users will be supplying me with a csv or delimited file of data. I want to programmactically import this data to the appropriate tables, honoring rules of integrity and key structures.
My plan was to programmically add the fields to the parent table, import the data, append the child records to tblTestResults and then programmatically delete the added fields on close.
Is this possible? Is there a better alternative?
Best Regards,
Carlee
I have a one to many relationship between test(parent) and test details(child)
Users will be supplying me with a csv or delimited file of data. I want to programmactically import this data to the appropriate tables, honoring rules of integrity and key structures.
My plan was to programmically add the fields to the parent table, import the data, append the child records to tblTestResults and then programmatically delete the added fields on close.
Is this possible? Is there a better alternative?
Best Regards,
Carlee