D
DominicGreco via AccessMonster.com
I've got a table that contains timesheet info. During the week, a user will
open a form and enter the tasks they've completed for that day. At the end of
the week, after they've entered all the tasks they've completed during the
week, I would like to have a separate form that gathers all the data entered
(for that week) and groups it together in datasheet mode. This will probably
end up being a subform on the main timesheet form. This sounds alot like a
query that would display the information from the table. But there is a twist.
I would like all the tasks that are identical to only list once. The hours
for the identical tasks would be summed up and listed in a column. (This data
will be stored in another table). You see, the users need to enter a "%
complete" for the tasks. In order to do this, I need to gather up all the
identical tasks and make them one entry.
The user would then enter in the percent complete for each of the tasks.
(This percent complete is viewed by the PMs and is pretty much the reason for
the entire database!). Of course, there needs to be some code written that
detects if the users has completed their timesheet for the week before it
will allow them to start adding "% Complete" for their tasks.
I know there is a way to group similar data like this. I just don't know what
it is called.
What's the best way to do this?
Thanks,
Dominic
open a form and enter the tasks they've completed for that day. At the end of
the week, after they've entered all the tasks they've completed during the
week, I would like to have a separate form that gathers all the data entered
(for that week) and groups it together in datasheet mode. This will probably
end up being a subform on the main timesheet form. This sounds alot like a
query that would display the information from the table. But there is a twist.
I would like all the tasks that are identical to only list once. The hours
for the identical tasks would be summed up and listed in a column. (This data
will be stored in another table). You see, the users need to enter a "%
complete" for the tasks. In order to do this, I need to gather up all the
identical tasks and make them one entry.
The user would then enter in the percent complete for each of the tasks.
(This percent complete is viewed by the PMs and is pretty much the reason for
the entire database!). Of course, there needs to be some code written that
detects if the users has completed their timesheet for the week before it
will allow them to start adding "% Complete" for their tasks.
I know there is a way to group similar data like this. I just don't know what
it is called.
What's the best way to do this?
Thanks,
Dominic