A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Tracking Employee Leave



 
 
Thread Tools Display Modes
  #1  
Old January 24th, 2007, 06:13 PM posted to microsoft.public.access.tablesdbdesign
AccessNewbie
external usenet poster
 
Posts: 48
Default Tracking Employee Leave

I'm fairly new to Access and am hoping for some advice if anyone is willing
to help.

My boss wants me to set up a database that tracks leave for each of our
employees. The leave accrues each pay period (mid-month to mid-month) and
must be separated by 9 different types of leave, vacation, etc. She wants it
to be entered day-by-day for each time period, but also have a running total
available for the entire year.

How would I start this out? Do enter dates by hand, download a calendar?
Any guidance on how to begin this process would be much appreciated. The
only examples I can find are for calculating pay and overtime, etc.

Thanks so much.
  #2  
Old January 24th, 2007, 11:41 PM posted to microsoft.public.access.tablesdbdesign
Bruce Meneghin
external usenet poster
 
Posts: 119
Default Tracking Employee Leave

I would recommend setting it up like a bank account. Leave earned is a
credit, leave taken is a debit. The earning or taking are entered as
transactions with a date, type of leave and amount. Don't think of
"entering" something every day. Instead, on any day (or all days) you can get
a REPORT of the leave balance.
Hope this helps

"AccessNewbie" wrote:

I'm fairly new to Access and am hoping for some advice if anyone is willing
to help.

My boss wants me to set up a database that tracks leave for each of our
employees. The leave accrues each pay period (mid-month to mid-month) and
must be separated by 9 different types of leave, vacation, etc. She wants it
to be entered day-by-day for each time period, but also have a running total
available for the entire year.

How would I start this out? Do enter dates by hand, download a calendar?
Any guidance on how to begin this process would be much appreciated. The
only examples I can find are for calculating pay and overtime, etc.

Thanks so much.

  #3  
Old January 25th, 2007, 10:02 PM posted to microsoft.public.access.tablesdbdesign
AccessNewbie
external usenet poster
 
Posts: 48
Default Tracking Employee Leave

Thank you, that's a great suggestion.

If you'd be willing to take it one step further with me...would the balance
be calculated in a query? If so, how would I specify certain dates, or more
likely in my case, all dates to total? How is a criteria set to only include
one employee's information?

"Bruce Meneghin" wrote:

I would recommend setting it up like a bank account. Leave earned is a
credit, leave taken is a debit. The earning or taking are entered as
transactions with a date, type of leave and amount. Don't think of
"entering" something every day. Instead, on any day (or all days) you can get
a REPORT of the leave balance.
Hope this helps

"AccessNewbie" wrote:

I'm fairly new to Access and am hoping for some advice if anyone is willing
to help.

My boss wants me to set up a database that tracks leave for each of our
employees. The leave accrues each pay period (mid-month to mid-month) and
must be separated by 9 different types of leave, vacation, etc. She wants it
to be entered day-by-day for each time period, but also have a running total
available for the entire year.

How would I start this out? Do enter dates by hand, download a calendar?
Any guidance on how to begin this process would be much appreciated. The
only examples I can find are for calculating pay and overtime, etc.

Thanks so much.

  #4  
Old January 26th, 2007, 04:25 PM posted to microsoft.public.access.tablesdbdesign
Bruce Meneghin
external usenet poster
 
Posts: 119
Default Tracking Employee Leave

Yes, the leave balance would be calculated with a query as a SUM with a
GROUP BY employee. I would be inclined to have all leave amounts be in one
column, positive values for leave earned, negative values for leave taken.
If you want an interactive query, where you will be selecting a given date
or employee, then you will need to create a Form in which you can enter these
values and have the Form edit and run the query.

"AccessNewbie" wrote:

Thank you, that's a great suggestion.

If you'd be willing to take it one step further with me...would the balance
be calculated in a query? If so, how would I specify certain dates, or more
likely in my case, all dates to total? How is a criteria set to only include
one employee's information?

"Bruce Meneghin" wrote:

I would recommend setting it up like a bank account. Leave earned is a
credit, leave taken is a debit. The earning or taking are entered as
transactions with a date, type of leave and amount. Don't think of
"entering" something every day. Instead, on any day (or all days) you can get
a REPORT of the leave balance.
Hope this helps

"AccessNewbie" wrote:

I'm fairly new to Access and am hoping for some advice if anyone is willing
to help.

My boss wants me to set up a database that tracks leave for each of our
employees. The leave accrues each pay period (mid-month to mid-month) and
must be separated by 9 different types of leave, vacation, etc. She wants it
to be entered day-by-day for each time period, but also have a running total
available for the entire year.

How would I start this out? Do enter dates by hand, download a calendar?
Any guidance on how to begin this process would be much appreciated. The
only examples I can find are for calculating pay and overtime, etc.

Thanks so much.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.