473,395 Members | 1,462 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Please help me design my database

Hi,

I'm trying to design a simple database in which I can keep track of the
amount of time my 5 technicians spend on various jobs.

At the start and end of each particular job (could be 5 minutes to
several hours), they punch a time clock. So, at the end of the
day/week/month I have a boat load of time cards with their hours for
each job, which I enter into an Excel spreadsheet. I'm pretty good
with Excel, but know that there must be a better way. For instance, my
spreadsheet takes forever to open and save because of its size.

I've been playing around with Access and have set up a rudimentary
database. It has 2 tables: It looks like this.

Table 1: "Techs"
Field 1: TechID (auto number primary key)
Field 2: TechName

Table 2: "Jobs"
Field 1: JobID (auto number primary key)
Field 2: Date
Field 3: TechID (linked to TechID field in "Techs" table
Field 4: JobNo (job number related to the particular task)
Field 5: TimeOff (time job ended)
Field 6: TimeOn (time job started)

So, it's pretty simple, but here's my problem. Each tech has lots of
entries for a particular date. And since I don't do data entry every
day, by the end of the week there's a decent amount of data to enter.
I'd like to not have to type the date for each record and I'd also not
have to type the TechName for each record.

In other words, I'd like a data entry form where I can set the Date and
TechName just once and only have to enter the JobNo, TimeOff and
TimeOn. Then, when I'm done with one tech, I can move on to the next
tech and still not have to change the date. Finally, when I'm done
with all of the entries for one day, I can move on to the next date.

Any suggestions on how I would set this up?

Thanks in advance for any advice.

Regards,
Nelson

Apr 29 '06 #1
1 1559
"Nelson" <hu**********@yahoo.com> wrote in
news:11**********************@v46g2000cwv.googlegr oups.com:
Hi,

I'm trying to design a simple database in which I can keep
track of the amount of time my 5 technicians spend on various
jobs.

At the start and end of each particular job (could be 5
minutes to several hours), they punch a time clock. So, at
the end of the day/week/month I have a boat load of time cards
with their hours for each job, which I enter into an Excel
spreadsheet. I'm pretty good with Excel, but know that there
must be a better way. For instance, my spreadsheet takes
forever to open and save because of its size.

I've been playing around with Access and have set up a
rudimentary database. It has 2 tables: It looks like this.

Table 1: "Techs"
Field 1: TechID (auto number primary key)
Field 2: TechName

Table 2: "Jobs"
Field 1: JobID (auto number primary key)
Field 2: Date
Field 3: TechID (linked to TechID field in "Techs" table
Field 4: JobNo (job number related to the particular task)
Field 5: TimeOff (time job ended)
Field 6: TimeOn (time job started)

So, it's pretty simple, but here's my problem. Each tech has
lots of entries for a particular date. And since I don't do
data entry every day, by the end of the week there's a decent
amount of data to enter. I'd like to not have to type the date
for each record and I'd also not have to type the TechName for
each record.

In other words, I'd like a data entry form where I can set the
Date and TechName just once and only have to enter the JobNo,
TimeOff and TimeOn. Then, when I'm done with one tech, I can
move on to the next tech and still not have to change the
date. Finally, when I'm done with all of the entries for one
day, I can move on to the next date.

Any suggestions on how I would set this up?

Thanks in advance for any advice.

Regards,
Nelson


The controls for the fields on your form have a property called
..defaultvalue wrie a little bit of visual basic code in the
AfterUpdate of each control you want to carry forward,so for the
EmployeeID control

me.employeeID.defaultvalue = me.employeeID.value

This will hold the default value until you change it to another,
or until you close/reopen the form.

Now I'm going to suggest something else, instead of having the
employees punch an old-fashioned timeclock, wh not have a
computerised system where the employee steps up to a computer,
types in a job number and clicks either the start this job
button or finish this job button, dependent on which .event he's
doing. It will save hours of data entry.

--
Bob Quintal

PA is y I've altered my email address.
Apr 30 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Girish Agarwal | last post by:
--0-474210375-1058976151=:31789 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Note: forwarded message attached. __________________________________
3
by: Michael Lauzon | last post by:
This is not for a class, I have a group on SourceForge, this is what one of the Developers is asking; the more advanced you can make it right off all the better!: Can someone please create...
1
by: Top Spin | last post by:
I have been fooling around with Access on and off for a couple of years -- mostly simple applications with only a few tables and simple relationships. I know the basics for the most part and I have...
7
by: cw | last post by:
I am totally new to MS Access 2000. Can anyone please recommend a good beginners' guide book or web site? TIA.
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
59
by: Alan Silver | last post by:
Hello, This is NOT a troll, it's a genuine question. Please read right through to see why. I have been using Vusual Basic and Classic ASP for some years, and have now started looking at...
2
by: Matthew Hood | last post by:
My company has expressed a desire to convert an existing MS Access application to a full VB.NET application. My experience is with VB6 so I want to ask a few questions and get some input on the...
11
by: E.T. Grey | last post by:
Hi, I have an interesting problem. I have a (LARGE) set of historical data that I want to keep on a central server, as several separate files. I want a client process to be able to request the...
2
by: existential.philosophy | last post by:
This is a new problem for me: I have some queries that open very slowly in design view. My benchmark query takes about 20 minutes to open in design view. That same query takes about 20 minutes...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.