Hello. I'm hoping someone can point me in the best direction for this task. I have a bunch of excel spreadsheets that I want to import into a database I've set up with 3 tables.
The project involves managing boxes of files, so I have the follwing tables:
A File table containing information about the individual file, including the number of the box it's in.
A Box table with box information including the facility it came from.
A Facility lookup table.
What's my best strategy to automating the population of these tables from my flat excel spreadsheets?
TIA.
Holly
The project involves managing boxes of files, so I have the follwing tables:
A File table containing information about the individual file, including the number of the box it's in.
A Box table with box information including the facility it came from.
A Facility lookup table.
What's my best strategy to automating the population of these tables from my flat excel spreadsheets?
TIA.
Holly