N
Nancy via AccessMonster.com
I've created a database for a project at work that will track production and
piece work. I've started with a table that I have imported from Excel that
contains the employee's clock number and their name. I have created a form
that allows supervisors to enter in daily production data for each employee.
They enter in the employee's clock number and it automatically generates the
employee's name. (This is the code I used in the employee's name text box: =
[Clock Number].Column(1)
Now I am trying to generate a report from this data. However, when it shows
the information that I entered, it only shows the employee's clock number and
not the name on the report. I'm assuming this is because there is actually
no data entered into that box, it is just generated. How do I get around this?
I actually need to see the employee's name and not their clock number on my
report. Any help would be greatly appreciated. Thanks in advance!
piece work. I've started with a table that I have imported from Excel that
contains the employee's clock number and their name. I have created a form
that allows supervisors to enter in daily production data for each employee.
They enter in the employee's clock number and it automatically generates the
employee's name. (This is the code I used in the employee's name text box: =
[Clock Number].Column(1)
Now I am trying to generate a report from this data. However, when it shows
the information that I entered, it only shows the employee's clock number and
not the name on the report. I'm assuming this is because there is actually
no data entered into that box, it is just generated. How do I get around this?
I actually need to see the employee's name and not their clock number on my
report. Any help would be greatly appreciated. Thanks in advance!