I am extremely new to access, I have an internship with a large company and they thought I should work on their lab results database since they couldn't find anything else for me to do. They don't seem particularly concerned that I have no experience with Access, apparently letting me struggle with no manual isn't an issue. Let me explain the task:
Every so often, I will receive an excel file with results from tests they do burning various types of wood. Each excel file contains multiple wood samples (about 20 rows at a time) and each sample has various parameters being measured (element oxides in the leftover ash, 12 per sample) but there are also a bunch of blank or unimportant columns in each spreadsheet that I don't want to import, as well as the top row bc that is just the headings.
Each time the data gets imported, it has to add to the table, not replace anything, so eventually there will be hundreds of samples where the same parameters are being measured for. The idea, according to my boss, is that every time they get a new file from the lab, access should import all of the required datapoints (without the ones they dont want) into the right parts of the table in Access automatically, and that these would be related to other tables as well. Lets not worry about the relationships just yet though. Perhaps this is extremely simple, I have no experience whatsoever with VBA or macros, but if that is the only route, I guess I could learn.
Every so often, I will receive an excel file with results from tests they do burning various types of wood. Each excel file contains multiple wood samples (about 20 rows at a time) and each sample has various parameters being measured (element oxides in the leftover ash, 12 per sample) but there are also a bunch of blank or unimportant columns in each spreadsheet that I don't want to import, as well as the top row bc that is just the headings.
Each time the data gets imported, it has to add to the table, not replace anything, so eventually there will be hundreds of samples where the same parameters are being measured for. The idea, according to my boss, is that every time they get a new file from the lab, access should import all of the required datapoints (without the ones they dont want) into the right parts of the table in Access automatically, and that these would be related to other tables as well. Lets not worry about the relationships just yet though. Perhaps this is extremely simple, I have no experience whatsoever with VBA or macros, but if that is the only route, I guess I could learn.