M
Martino165
I am attempting make a user-friendly data loader for my DB. I was
hopin to get some insight on the best way to go about this.
I can break down the tables into 4 groups (for ease of explantation we
can call them: Teacher-, Student-, Class-, and Activity-Related
tables). The groups have mutliple related tables with specific lookup
values for various fields. I want the loader to be a flat file
spreadsheet, in which the tables are updated without losing relational
capabilities. The problem is that the users will not know what ID# for
a specific teacher or class, just the actual name.
I am thinking I will have to create holding tables that then check for
errors and subsequently updates the proper fields.
I don't want to go on forever so if more explanation is needed please
let me know,
Thanks for any help
hopin to get some insight on the best way to go about this.
I can break down the tables into 4 groups (for ease of explantation we
can call them: Teacher-, Student-, Class-, and Activity-Related
tables). The groups have mutliple related tables with specific lookup
values for various fields. I want the loader to be a flat file
spreadsheet, in which the tables are updated without losing relational
capabilities. The problem is that the users will not know what ID# for
a specific teacher or class, just the actual name.
I am thinking I will have to create holding tables that then check for
errors and subsequently updates the proper fields.
I don't want to go on forever so if more explanation is needed please
let me know,
Thanks for any help