ItIsHardToProgram
Technical User
Hello every one!
It is a nice summer day today, wich makes me happy!
Ok, down to business... I am currently working with a consultant on a project, the project is simple, he has to link excel sheets to an access database, thus with the sheets that have been provided to him: Time sheets, Spending, and project sheets.
The Tables in the Db are the following:
Feuille de temps
Employee number #
Project number #
Sunday to saturday (# of hours)
Week involved [date]
Bank total (keeping track)
Employee
Employee number #
Employee name [string]
Salary / hour $
Function [string]
Autorisation (boolean) (to come)
Spendings
Date [date]
Description [string]
Project number (#)
Kilometers (#)
Representation ($)
Dinner ($)
Other ($)
Project
Project number #
Project Description [string]
Received so far $
Contractors $
R&D (%)
So he has all these fields to fill up, with information entered in an excel sheet, wich have cells that contain that information!
I have 2 or 3 questions:
First of all, as I am waiting on his part, I am wondering myself how hard is it to program such a "small beast". Basicaly, if you could get me started on how you would proceed to code this through VBA.
Secondly, I am wondering how much time would it take an expert programmer to do?
Thirdly, am I proceeding the wrong way????
Thanks for your insights, its greatly appreciated!
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.
It is a nice summer day today, wich makes me happy!
Ok, down to business... I am currently working with a consultant on a project, the project is simple, he has to link excel sheets to an access database, thus with the sheets that have been provided to him: Time sheets, Spending, and project sheets.
The Tables in the Db are the following:
Feuille de temps
Employee number #
Project number #
Sunday to saturday (# of hours)
Week involved [date]
Bank total (keeping track)
Employee
Employee number #
Employee name [string]
Salary / hour $
Function [string]
Autorisation (boolean) (to come)
Spendings
Date [date]
Description [string]
Project number (#)
Kilometers (#)
Representation ($)
Dinner ($)
Other ($)
Project
Project number #
Project Description [string]
Received so far $
Contractors $
R&D (%)
So he has all these fields to fill up, with information entered in an excel sheet, wich have cells that contain that information!
I have 2 or 3 questions:
First of all, as I am waiting on his part, I am wondering myself how hard is it to program such a "small beast". Basicaly, if you could get me started on how you would proceed to code this through VBA.
Secondly, I am wondering how much time would it take an expert programmer to do?
Thirdly, am I proceeding the wrong way????
Thanks for your insights, its greatly appreciated!
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.