How do I create a Time Sheet in Access to link to invoices?

A

astubbornredhead

I would like to create a weekly time sheet in Access. This would in turn
link to my invoices so that I can bill clients faster and more efficiently.
Currently, employees enter their time on an Excel spreadsheet - I take this
information and load it into another spreadsheet and then again onto my
invoices. As you can imagine, it's a long and tedious process. I haven't
used Access in a long time, so I'm quite rusty. Any hints would be much
appreciated (especially when putting in days and dates worked!) Trish
 
M

mscertified

'Timesheet' means different things to different people, you will have to be
more specific.
Someone has probably already written one so that would be the first thing to
research. There is no point in re-inventing the wheel.

You will need at least a couple of tables, something like
TASKS:
TaskId
CustomerId
TaskDescription

TIMEENTRIES:
Person
TaskId - relates to Task table
Date
FromTime
ToTime

Dorian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top