I have a report where on the far left column a list of tasks are displayed going down. On the top row going across displays the names of every worker available. In this way, I'm trying to keep a record of hours worked per each person, but am having various problems with it:
1. If a new task is assigned to various workers, the
report will generate a now row in the far left column
to add the new task and all workers assigned at this
time will be added, but workers added later on are not
going onto this row, but a new row is generate at the
time another worker is added. Is there a way to fix
this so all data per task stays on just the 1 row?
2. If a worker is removed from my data table so that no
tasks are currently assigned, my report won't even
open, an error says "The Microsoft Database does not
recognize '[Staff1]' as a field name or expression".
Is there a way to use the iserror() function for this?
1. If a new task is assigned to various workers, the
report will generate a now row in the far left column
to add the new task and all workers assigned at this
time will be added, but workers added later on are not
going onto this row, but a new row is generate at the
time another worker is added. Is there a way to fix
this so all data per task stays on just the 1 row?
2. If a worker is removed from my data table so that no
tasks are currently assigned, my report won't even
open, an error says "The Microsoft Database does not
recognize '[Staff1]' as a field name or expression".
Is there a way to use the iserror() function for this?