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  

Payroll



 
 
Thread Tools Display Modes
  #1  
Old June 5th, 2004, 07:38 AM
marwan
external usenet poster
 
Posts: n/a
Default Payroll

I am preparing for a payroll aplication and I want your advice in a design
problem.
The salary of every employee increases at the begining of every fiscal year,
and in rare cases it increases during the fiscal year (in addition to the
increase at the beginning of the fiscal year)
How to design the table(s) that contain the salary, so that the new salary
does not replace the older salaries for the same employee?
Thanks



  #2  
Old June 5th, 2004, 12:51 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default Payroll

Marwan

It sounds like you wish to preserve historical records of employees'
salaries.

To do that you need a table with the employee, the salary, and the BeginDate
and EndDate. This would be an EmployeeSalary table, and would use the
EmployeeID from an Employee table. With a design like this, you would be
able to look at a salary "history" for a single employee by returning all
rows where EmployeeID = (whatever you chose).

--
Good luck

Jeff Boyce
Access MVP

  #3  
Old June 5th, 2004, 06:09 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default Payroll

I'm not sure what your Access skill level is or what your payroll
application "requirements" are but I would consider purchasing a payroll
system. There are systems such as those found at
http://www.databasecreations.com.

If you have lots of time, excellent Access and accounting knowledge, and the
ability to deal with HR and Accounting co-workers AND you want a good
challenge, then go ahead.

--
Duane Hookom
MS Access MVP


"marwan" wrote in message
...
I am preparing for a payroll aplication and I want your advice in a design
problem.
The salary of every employee increases at the begining of every fiscal

year,
and in rare cases it increases during the fiscal year (in addition to the
increase at the beginning of the fiscal year)
How to design the table(s) that contain the salary, so that the new salary
does not replace the older salaries for the same employee?
Thanks





 




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 05:30 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.