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 two tables: Employee Data and Weekly Data.
These two tables contain the information that supplies my Form (also called
Weekly Data) with the data it needs to pull from. This form 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 (which is pulled from the Employee Data table.) The code I used in the
employee's name text box is: = [Clock Number].Column(1)
Now I am trying to generate a report from the Weekly Data form. I created a
report based on the form, but 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. I also tried creating a query using both tables as the
foundation and linked the tables at the appropriate sources but when I open
the report it shows no data from my Weekly Data form.
So what is the best way to make a report that shows data from the Weekly Data
form (including the employee's name which is automatically generated)? Thanks
in advance for any suggestions!
piece work. I've started with two tables: Employee Data and Weekly Data.
These two tables contain the information that supplies my Form (also called
Weekly Data) with the data it needs to pull from. This form 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 (which is pulled from the Employee Data table.) The code I used in the
employee's name text box is: = [Clock Number].Column(1)
Now I am trying to generate a report from the Weekly Data form. I created a
report based on the form, but 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. I also tried creating a query using both tables as the
foundation and linked the tables at the appropriate sources but when I open
the report it shows no data from my Weekly Data form.
So what is the best way to make a report that shows data from the Weekly Data
form (including the employee's name which is automatically generated)? Thanks
in advance for any suggestions!