473,657 Members | 2,574 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1564
"Nelson" <hu**********@y ahoo.com> wrote in
news:11******** **************@ v46g2000cwv.goo glegroups.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.d efaultvalue = me.employeeID.v alue

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
2633
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
2029
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 some MySQL to create the first table: the players table. It will need to include (as a minimum): - ID (unique)
1
1417
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 a general awareness of relational concepts, but I don't feel that I really fully understand database design. So, I'd like to get a couple of books to study so I can get a better comprehension of the design concepts. I am about to tackle some...
7
1616
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
3259
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 to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
59
4980
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 ASP.NET. At first glance, it looks excellent, albeit nothing that couldn't have been done to Classic ASP. I have been through a few tutorials and was impressed with how quickly you can get database info onto a page.
2
1856
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 best way to handle the following design: Situation: We want to allow our customers to install with one of the following options: 1. Use an Access MDB file as the data backend. 2. Use a SQL Server backend. (Either MS SQL, or MySQL) 3. Use an...
11
2440
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 data in a specific file by specifying the file name, start date/time and end date/time. The files are in binary format, to conserve space on the server (as well as to increase processing time). The data in each file can be quite large, covering...
2
9834
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 to open in datasheet view. As an experiment, I deleted all rows in all tables; after that, the query took only seconds to open in both design view and datasheet view. From these facts, I conclude that Access is evaluating the query when I go to...
0
8392
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8823
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7321
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.