B
BTU_needs_assistance_43
A few years ago a very skilled programmer started working on a database for
my section of the office, doing it on his own free time to help the company
out. He worked on it over the course of 5 years. Its pretty big and complex
and its obvious in every line of code he knew what he was doing. But before
he could finish the last section he left. Now 3 years later, I'm tasked with
trying to resurect his work. I'm at best a novice at VBA programming and in
the work I've accomplished so far have had to teach myself many many things.
What I need advice on is this... there is a rough skeleton of code for this
last section of the database but even this patchwork he left behind is far
beyond my level of coding. I've got the general code that will accomplish
what the database is supposed to do, however I need to either A: try and
write my code into the skeleton he left and form my code to fit into his
forms, subforms, queries, tables, and reports OR B: I can cut out his work on
this section of the database and build my own monster. Below I will explain
the general purpose of the database and how it works to help clarify...
Please give me advice on how I should proceed from here.
The database is a huge library of information on the blasting we do.
Originally he had it draw in information from a single Excel file with
hundreds of worksheets into the database, now there are hundreds of Excel
files that need to be imported because the reporting proceedure has changed.
The basic forms that hold the information are simple enough and can be left
but he uses forms and tables to set up the file and folder names of the Excel
file to draw it in and then write the data to a table. He uses complex
intergrated queries to organize the information before it is displayed as
well. I've got the basic beginner/novice level coding that I've tested out in
a practice database that DOES perfom the tasks I need the program to do.
However using it on a basic DB I made in half an hr and intergrating it into
this already huge system are 2 different things. What is my best course of
action here?
my section of the office, doing it on his own free time to help the company
out. He worked on it over the course of 5 years. Its pretty big and complex
and its obvious in every line of code he knew what he was doing. But before
he could finish the last section he left. Now 3 years later, I'm tasked with
trying to resurect his work. I'm at best a novice at VBA programming and in
the work I've accomplished so far have had to teach myself many many things.
What I need advice on is this... there is a rough skeleton of code for this
last section of the database but even this patchwork he left behind is far
beyond my level of coding. I've got the general code that will accomplish
what the database is supposed to do, however I need to either A: try and
write my code into the skeleton he left and form my code to fit into his
forms, subforms, queries, tables, and reports OR B: I can cut out his work on
this section of the database and build my own monster. Below I will explain
the general purpose of the database and how it works to help clarify...
Please give me advice on how I should proceed from here.
The database is a huge library of information on the blasting we do.
Originally he had it draw in information from a single Excel file with
hundreds of worksheets into the database, now there are hundreds of Excel
files that need to be imported because the reporting proceedure has changed.
The basic forms that hold the information are simple enough and can be left
but he uses forms and tables to set up the file and folder names of the Excel
file to draw it in and then write the data to a table. He uses complex
intergrated queries to organize the information before it is displayed as
well. I've got the basic beginner/novice level coding that I've tested out in
a practice database that DOES perfom the tasks I need the program to do.
However using it on a basic DB I made in half an hr and intergrating it into
this already huge system are 2 different things. What is my best course of
action here?