AC5FF
Registered User.
- Local time
- Today, 06:39
- Joined
- Apr 6, 2004
- Messages
- 552
I've been tinkering with adding a new form to a database for user entry of weekly time distribution data. However I have come up blank on how to accomplish the form to enter data into an existing table.
I've attached the form our employees fill out every week. These are then sent to me and I have to hand enter each entry into a table. Basically the table is structured with just 4 columns; EMPLOYEE, ACCOUNT, DATE, HRS.
For example, I have ADMIN time 5 days a week, and possibly Parts Research 3 days a week, so just off of my time data I would have to enter in 8 lines into the table. Multiply that by 20+ employees and some having up to 10 different accounts to enter time against - that adds up real quick and takes up a good part of my day. If I could work a form out in Access to do this, everyone would just enter it themselves.
What is hanging me up is the fact that each entry has to equate to a seperate entry into the current table. I've even tried ways to enter the data into a temp table as it would look on the form, and then try to move things over with a query, but I could never get that to work.
Just FYI: the week ending entry at the top would be a Sunday's date, I.E. 9/23/2012, and all the remaining dates would be figured off that date - so Monday would automatically be 9/17/2012, etc... Eventually I would want to make each entry field - I.E. Account and Name linked to the respective table; EMPLOYEE Table and ACCOUNTS Table so that only authorized accounts can be entered (and must be entered if any time is put on that particular line).
Ive sort of gotten off track, but hopefully this is clear as to what I am hoping to accomplish. Any help you all can provide would be appriciated!
I've attached the form our employees fill out every week. These are then sent to me and I have to hand enter each entry into a table. Basically the table is structured with just 4 columns; EMPLOYEE, ACCOUNT, DATE, HRS.
For example, I have ADMIN time 5 days a week, and possibly Parts Research 3 days a week, so just off of my time data I would have to enter in 8 lines into the table. Multiply that by 20+ employees and some having up to 10 different accounts to enter time against - that adds up real quick and takes up a good part of my day. If I could work a form out in Access to do this, everyone would just enter it themselves.
What is hanging me up is the fact that each entry has to equate to a seperate entry into the current table. I've even tried ways to enter the data into a temp table as it would look on the form, and then try to move things over with a query, but I could never get that to work.
Just FYI: the week ending entry at the top would be a Sunday's date, I.E. 9/23/2012, and all the remaining dates would be figured off that date - so Monday would automatically be 9/17/2012, etc... Eventually I would want to make each entry field - I.E. Account and Name linked to the respective table; EMPLOYEE Table and ACCOUNTS Table so that only authorized accounts can be entered (and must be entered if any time is put on that particular line).
Ive sort of gotten off track, but hopefully this is clear as to what I am hoping to accomplish. Any help you all can provide would be appriciated!