D
Duncan Edment
I have the following scenario.
A database is used to record time spent on projects by employees in the
department. This information is then transferred, manually, into an Excel
spreadsheet so that the accountants can subsequently bill customers. The
information that is transferred to the spreadsheet, is the total number of
hours worked on each project, on a week by week basis.
The spreadsheet lists the information as follows:
Project 09/01/05 16/01/05 23/01/05 30/01/05 Total
Alpha 08:50 40:15 25:37 75:25 150:07
NOTE: The dates along the top, are week ending dates, and the number of
hours worked is totalled in the Total column, showing the number of hours
worked in that billing month. Clear so far?
At the moment, what I have to do is run a query entering the Start and
Finish dates--in the case of the 40:15 entry above, these would be 10/01/05
& 16/01/05 respectively--and the query returns the number of total number of
hours worked in that week for each project. This information is then
manually transferred to the spreadsheet, which is quite time consuming and
laborious for the number of projects we are working on.
There must be an easier way of doing this? My questions are as follows:
1. Is this the best / only way of completing this task?
2. Could Access be automated to transfer the data automatically, to
the relevant w/e cell for the specific project, each time a
macro / VBA function is run?
3. Could the Excel spreadsheet--and I know this part is probably OT
for this group--be modified, so that each cell links to a query
in the database--or holds the query itself--and, using the
relevant dates, retrieves the information into the cell?
Hope all this is clear, and that someone can provide me with an answer.
Many thanks for your time and patience.
Duncan
--
Newsgroups are like one big sandbox that all of us
UseNet kiddies play in with peace & harmony.
Spammers, Cross-Posters, and Lamers are the
people that pee in our big sandbox.
To e-mail, please remove "NO_SPAM."
A database is used to record time spent on projects by employees in the
department. This information is then transferred, manually, into an Excel
spreadsheet so that the accountants can subsequently bill customers. The
information that is transferred to the spreadsheet, is the total number of
hours worked on each project, on a week by week basis.
The spreadsheet lists the information as follows:
Project 09/01/05 16/01/05 23/01/05 30/01/05 Total
Alpha 08:50 40:15 25:37 75:25 150:07
NOTE: The dates along the top, are week ending dates, and the number of
hours worked is totalled in the Total column, showing the number of hours
worked in that billing month. Clear so far?
At the moment, what I have to do is run a query entering the Start and
Finish dates--in the case of the 40:15 entry above, these would be 10/01/05
& 16/01/05 respectively--and the query returns the number of total number of
hours worked in that week for each project. This information is then
manually transferred to the spreadsheet, which is quite time consuming and
laborious for the number of projects we are working on.
There must be an easier way of doing this? My questions are as follows:
1. Is this the best / only way of completing this task?
2. Could Access be automated to transfer the data automatically, to
the relevant w/e cell for the specific project, each time a
macro / VBA function is run?
3. Could the Excel spreadsheet--and I know this part is probably OT
for this group--be modified, so that each cell links to a query
in the database--or holds the query itself--and, using the
relevant dates, retrieves the information into the cell?
Hope all this is clear, and that someone can provide me with an answer.
Many thanks for your time and patience.
Duncan
--
Newsgroups are like one big sandbox that all of us
UseNet kiddies play in with peace & harmony.
Spammers, Cross-Posters, and Lamers are the
people that pee in our big sandbox.
To e-mail, please remove "NO_SPAM."