B
BobV
Hopefully this is the right newsgroup to ask this (and I apologize up
front--this is probably going to get kind of long).....it crosses so many
lines it's hard to tell, but since it all starts with the tables, I thought
I'd start here. Anyway, the boss wants me to create a db for the managers
in our organization to post personnel hours devoted to various
projects.....kind of like a regular time-management db, but he would like to
make it so simple and fool-proof for them to use that it's actually harder
to design (at least it seems that way to me). Basically, it has three
tables:
Personnel
Process
Recorded Activity (which will contain information about what process was
worked by which employee)
He would like a form which will use information from the first two tables to
populate the last table. Trouble is, he would also like a form dedicated to
each process. The following are his instructions:
**************************************
When the form is opened it will show:
* the name of the process at the top
* the most recent pay period
* the names of the employees associated with the process during that pay
period
* the percent of time each worked on the process
* any overtime dedicated to the process
* there needs to be blocks below the list of names so that additional
employees can be added. The names should be selected from a drop down menu
so we don't have issues with name spelling. For planning purposes, the form
should allow for a combined total of 10 employees associated with the
process.
The supervisor would update the pay period, confirm the name of the
employee, percent worked and OT. If they need to add an employee they should
select the name, enter the percent and any OT.
Once the supervisor is happy with the info, they submit the form which sends
that data to the Recorded Activity Table.
Is it possible to run a check of the Recorded Activity Table, when the
supervisor goes to submit the data, to make sure no employee on the form has
more than 100% total process activity for that pay period?
****************************************
So, basically, for every "process" I need to create a form; which as I see
it will make it very hard to maintain (well, maybe not hard, but
time-intensive). I guess that's not a problem, as each form can populate
the same table; just seems like a dropdown to select the process would be a
lot less work--but I guess he feels that would be over their heads (and, for
the record, I don't necessarily disagree with that assessment).
Other problems I see?.....how do I make the form go to the latest pay period
upon opening it? Never really done anything like that? Kind of
like......if it's July 27th when I open a particular process form, it would
automatically populate the field with Pay Period 14 (or whatever pay period
the date falls under).
Also, not sure about "submitting" the data, or checking it for accuracy
before doing that.
At any rate, I would appreciate any guidance/suggestions anyone might
provide....thanks in advance,
Bob
front--this is probably going to get kind of long).....it crosses so many
lines it's hard to tell, but since it all starts with the tables, I thought
I'd start here. Anyway, the boss wants me to create a db for the managers
in our organization to post personnel hours devoted to various
projects.....kind of like a regular time-management db, but he would like to
make it so simple and fool-proof for them to use that it's actually harder
to design (at least it seems that way to me). Basically, it has three
tables:
Personnel
Process
Recorded Activity (which will contain information about what process was
worked by which employee)
He would like a form which will use information from the first two tables to
populate the last table. Trouble is, he would also like a form dedicated to
each process. The following are his instructions:
**************************************
When the form is opened it will show:
* the name of the process at the top
* the most recent pay period
* the names of the employees associated with the process during that pay
period
* the percent of time each worked on the process
* any overtime dedicated to the process
* there needs to be blocks below the list of names so that additional
employees can be added. The names should be selected from a drop down menu
so we don't have issues with name spelling. For planning purposes, the form
should allow for a combined total of 10 employees associated with the
process.
The supervisor would update the pay period, confirm the name of the
employee, percent worked and OT. If they need to add an employee they should
select the name, enter the percent and any OT.
Once the supervisor is happy with the info, they submit the form which sends
that data to the Recorded Activity Table.
Is it possible to run a check of the Recorded Activity Table, when the
supervisor goes to submit the data, to make sure no employee on the form has
more than 100% total process activity for that pay period?
****************************************
So, basically, for every "process" I need to create a form; which as I see
it will make it very hard to maintain (well, maybe not hard, but
time-intensive). I guess that's not a problem, as each form can populate
the same table; just seems like a dropdown to select the process would be a
lot less work--but I guess he feels that would be over their heads (and, for
the record, I don't necessarily disagree with that assessment).
Other problems I see?.....how do I make the form go to the latest pay period
upon opening it? Never really done anything like that? Kind of
like......if it's July 27th when I open a particular process form, it would
automatically populate the field with Pay Period 14 (or whatever pay period
the date falls under).
Also, not sure about "submitting" the data, or checking it for accuracy
before doing that.
At any rate, I would appreciate any guidance/suggestions anyone might
provide....thanks in advance,
Bob