Re: ACCESS 2007: need help in database breakdown and table creation
- From: Lord Kelvan <the_iddiot@xxxxxxxxxxx>
- Date: Sun, 19 Oct 2008 19:20:18 -0700 (PDT)
i would have something like
tblemployee
Employeeid,autonum
LastName,text
FirstName,text
DateHired,date/time
ApprenticeLevel,text or number depending on format of field
PreviousRate,currency
CurrentRate,currency
DateofRaise,date/time
ApprenticeSchoolStartDate,date/time
ApprenticeSchoolEndDate,date/time
Comments,memo or text depending on length
tbljobsite
jobsiteid,autonum
Jobsitename,text
employeeid,number
ProjectLeader,yes/no
if you want to track the pay increases over time not juts the last pay
increase you need another table
tblpay
payid,autonum
employeeid,number
PreviousRate,currency
CurrentRate,currency
DateofRaise,date/time
so you would stick everyone in the employee table including project
leaders i added the ProjectLeader,yes/no field to job site but this is
only useful if an employee can be both a project leader and a normal
employee on another site. if this is not the case then the
projectleader,yes/no would be added to the employee table instead.
i hope this makes sence
Regards
Kelvan
.
- Follow-Ups:
- References:
- Prev by Date: Re: Setup Tables
- Next by Date: Re: Field Properties...
- Previous by thread: ACCESS 2007: need help in database breakdown and table creation
- Next by thread: Re: ACCESS 2007: need help in database breakdown and table creatio
- Index(es):
Relevant Pages
|