Hello awesome People!! THIS IS MY FIRST WEEK WITH ACCESS!!!
I am currently attempting to build an Access database linked to 21 sheets ( thus 21 tables) that are all identical by column but obviously not all the same data. Data format and dimensions are all the same. Each sheet is a specific stock and holds historical data (open close high low...) by date ascending and a of the actual work has already been done by the excel workbook. I have given categories that are already calculated by the Work book and are presented as just the text label in the database tables so there is not a lot access needs to do.
My boss has asked me to import this workbook into access in order to create a sandbox like program to look up values using forms to calculate new reports accordingly. This presents a problem as forms are to change or amend the database, not directly correlate to report creation. The queries i can make in opinion do not seem to be valuable because all the data is already present in the tables. There is nothing new to add as it all updates daily because it is linked. New data created by looking up new dates and conditions through these hypothetical forms will only be in the reports. I am at a loss and honestly looking for someone to help me with some VBA to do these functions or tell me I am not crazy and this is impossible.
-Thanks Jon