Paul R
07-05-2000, 11:54 AM
HELP!
Here is the problem: I have a database that has a table containing a list of employee names. There is a second table that I want to have show the number of products completed that day. I want to have a form similar to a datasheet view that will pull all the names from the "employee" table then display a blank field for the number of products (note: each person can work on up to 7 different items, so each of these fields needs to be enterable).
In addition, I want to have a single date field (instead of having a field beside each name). I think I have the date field figured out, but everytime I run my ideas, I get a form showing no names.
Here is the look I am thinking of:
Date:mm/dd/yy
Employee Prod1 Prod2 Prod3 Prod4...
Joe Blow (empty) (empty) (empty) (empty)
Jane Doe (empty) (empty) (empty) (empty)
I can do this with a single form by manually filling out the data, but we have new people entering all the time, and I want to automate this as much as possible.
This is the first time I have been trying to link up more than one field (been playing with sub-forms, but do not have a lot of experience in this and they never give me what I want!).
Any help would be appreciated. I can make this work as a web-page, but the boss does not want anyone having web access.... they all need to input their numbers directly into the database.
So.....HELP (again!)
Here is the problem: I have a database that has a table containing a list of employee names. There is a second table that I want to have show the number of products completed that day. I want to have a form similar to a datasheet view that will pull all the names from the "employee" table then display a blank field for the number of products (note: each person can work on up to 7 different items, so each of these fields needs to be enterable).
In addition, I want to have a single date field (instead of having a field beside each name). I think I have the date field figured out, but everytime I run my ideas, I get a form showing no names.
Here is the look I am thinking of:
Date:mm/dd/yy
Employee Prod1 Prod2 Prod3 Prod4...
Joe Blow (empty) (empty) (empty) (empty)
Jane Doe (empty) (empty) (empty) (empty)
I can do this with a single form by manually filling out the data, but we have new people entering all the time, and I want to automate this as much as possible.
This is the first time I have been trying to link up more than one field (been playing with sub-forms, but do not have a lot of experience in this and they never give me what I want!).
Any help would be appreciated. I can make this work as a web-page, but the boss does not want anyone having web access.... they all need to input their numbers directly into the database.
So.....HELP (again!)