Hello,
I have recently been assigned the task of Database manager in my department. 3 weeks ago, I've never used access. 3 weeks later and two books, I'm getting the general concepts of access and vba (enough to write simple codes) to create working forms/tables/queries etc.
Okay so I want to change the current "productivity entry" form at work. Currently, employees are faced with a form that basically has
Employee ID:
Date:
Function worked:
Total time worked:
Units worked:
They hit save, the info is added, and they add there next one. the problem is the workers are doing this at the end of the day and its causing them to manually track there hours in excel throughout the day..
I would like to change the form so it basically has
[Text Box 1 Function] [ Text box 2 Start time] [Text Box 3 End Time] [ Text box 4 Units]
Then.. when the user enters data into the boxes, another row below the first appears with the same boxes.. This way they can leave it open all day and track what they are doing.
Anyone know where to begin with this? what events I should be looking into to use? Oh, and I need access to then calculate total time based on the time entered (9:00am to 1:20pm = 4.33 hours) etc.
Thanks so much for any insight
I have recently been assigned the task of Database manager in my department. 3 weeks ago, I've never used access. 3 weeks later and two books, I'm getting the general concepts of access and vba (enough to write simple codes) to create working forms/tables/queries etc.
Okay so I want to change the current "productivity entry" form at work. Currently, employees are faced with a form that basically has
Employee ID:
Date:
Function worked:
Total time worked:
Units worked:
They hit save, the info is added, and they add there next one. the problem is the workers are doing this at the end of the day and its causing them to manually track there hours in excel throughout the day..
I would like to change the form so it basically has
[Text Box 1 Function] [ Text box 2 Start time] [Text Box 3 End Time] [ Text box 4 Units]
Then.. when the user enters data into the boxes, another row below the first appears with the same boxes.. This way they can leave it open all day and track what they are doing.
Anyone know where to begin with this? what events I should be looking into to use? Oh, and I need access to then calculate total time based on the time entered (9:00am to 1:20pm = 4.33 hours) etc.
Thanks so much for any insight