how do i make a self calculating weekly timesheet with breaks ?

  • Thread starter nebraskacircuit
  • Start date
D

Duane Hookom

You don't give us much to go on. If I want to track employee time in an
Access table, my structure might look something like:

tblTimeSheet
===============
tshTShID autonumber primary key
tshStartDateTime
tshEndDateTime
tshEmpID links to tblEmployees.empEmpID
tshTCaID links to tblTimeCategories.tcaTCaID
tshComments

tblTimeCategories would contain records like "break", "working", "pretending
to work", "Gabbing", "Water Cooler", ...
 

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