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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MS Access as a time clock?



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2004, 11:00 PM
GitarJake
external usenet poster
 
Posts: n/a
Default MS Access as a time clock?

Hello all,

Has anyone here ever used Access as a tool to store and total hours worked
on a bi-weekly basis?

If so, how'd you do it?

Got any examples out there?

Or maybe just a pointer in the right "relationship" direction.

Or maybe there's a better way to think about it....

Any and all thoughts welcome.


Tia,

Jake


  #2  
Old May 19th, 2004, 07:47 AM
John Nurick
external usenet poster
 
Posts: n/a
Default MS Access as a time clock?

Hi Jake,

Probably the heart of it should be a table something like this:

tblTimeSpent
PersonID - the person doing the work.
TaskID - to identify the thing being worked on.
DateWorked - date/time (the day on which the
work was done)
TimeSpent - the hours and minutes spent (probably
stored as a date/time field).
Comment - what the person was doing.

This lets you do all the analysis by person, task, date, etc. that you
might need.

After this it depends on your working practices and needs. For instance
there needs to be some way of making sure that PersonID isn't mistyped,
so you'll need a tblPersons (unless there's already one in a corporate
database that can be used instead). Similarly with tasks.

If people are used to working with time punches, you'd replace the
DateWorked and TimeSpent fields with StartDateTime and EndDateTime
fields.

Data entry can get a little complicated if you want to show people a
timesheet for a whole week, one column per day, one row per task. I do
this by having a non-normalised table (one record per task, with field
for TimeSpentMonday, CommentMonday, TimeSpentTuesday and so on. Data is
temporarily stored this way on the workstation, and then converted into
the normalised tblTimeSpent format for permanent storage and analysis on
the central application.
..

On Tue, 18 May 2004 18:00:37 -0400, "GitarJake"
wrote:

Hello all,

Has anyone here ever used Access as a tool to store and total hours worked
on a bi-weekly basis?

If so, how'd you do it?

Got any examples out there?

Or maybe just a pointer in the right "relationship" direction.

Or maybe there's a better way to think about it....

Any and all thoughts welcome.


Tia,

Jake


--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 




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:36 AM.


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