473,407 Members | 2,312 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,407 software developers and data experts.

newby help needed

I hope someone can help i have a little understanding of Access and need to
create a database that will allow me to keep track of employees work hours
on various processes involved in building machines. Each employee may be
involved in more than one process on more than one machine. I need to input
this data for each employee( a total of 10 employees) keeping track of their
total hours on each process of the machine.

Also i need to add all these values to the total hours worked on each
machine from the accumulation of all employees. I hope this makes sense. I
am looking for pointers or websites.

Any help greatly appreciated, thanks in advance
Nov 13 '05 #1
2 1205
The basic table for your application will identify the employee, the
machine, the start time and the end time (or, if recorded after the fact,
could be already converted manually to hours worked). In additon, you may
want separate tables with other information about the employees and the
machines -- but you will know if you need other information. This may not be
where, for example, you want to keep the employee's address and phone.

You will do your totalling, summarization, and grouping by machine or by
employee, most likely, in a report. It'll be a simple task.

For someone just starting, I often recommend "Microsoft Access
<versionnumber> Step by Step" from Microsoft Press. It is great for new
users and has an end user emphasis. Two books that also start at the
beginning but go deeper (and are a bit more expensive, too) are "Special
Edition - Using Microsoft Access <versionnumber>" by Roger Jennings
(published, I seem to recall, by Que) and "Microsoft Access 2003 Inside Out"
by John Viescas from Microsoft Press. There are "Inside Out" editions for
earlier versions of Access, also, published by Microsoft Press, but I don't
know if Viescas was the author of those. I can vouch for the quality of the
2003 edition, as I have a copy and have read/reviewed it. I have not
read/reviewed the latest edition of "Special Edition - Using..." but relied
on the Access 95 and 2000 editions as my intro to Access 95 and 2000 while
waiting on new computers that could run those respective versions.

Larry Linson
Microsoft Access MVP
Larry Linson
Microsoft Access MVP
"Dave" <no**@none.net> wrote in message
news:kG**************@newsfe3-win.server.ntli.net...
I hope someone can help i have a little understanding of Access and need to create a database that will allow me to keep track of employees work hours
on various processes involved in building machines. Each employee may be
involved in more than one process on more than one machine. I need to input this data for each employee( a total of 10 employees) keeping track of their total hours on each process of the machine.

Also i need to add all these values to the total hours worked on each
machine from the accumulation of all employees. I hope this makes sense. I am looking for pointers or websites.

Any help greatly appreciated, thanks in advance

Nov 13 '05 #2
Thanks Larry,

I will look out for the books. Thanks for the advice.

Dave
"Larry Linson" <bo*****@localhost.not> wrote in message
news:J_*****************@nwrddc02.gnilink.net...
The basic table for your application will identify the employee, the
machine, the start time and the end time (or, if recorded after the fact,
could be already converted manually to hours worked). In additon, you may
want separate tables with other information about the employees and the
machines -- but you will know if you need other information. This may not be where, for example, you want to keep the employee's address and phone.

You will do your totalling, summarization, and grouping by machine or by
employee, most likely, in a report. It'll be a simple task.

For someone just starting, I often recommend "Microsoft Access
<versionnumber> Step by Step" from Microsoft Press. It is great for new
users and has an end user emphasis. Two books that also start at the
beginning but go deeper (and are a bit more expensive, too) are "Special
Edition - Using Microsoft Access <versionnumber>" by Roger Jennings
(published, I seem to recall, by Que) and "Microsoft Access 2003 Inside Out" by John Viescas from Microsoft Press. There are "Inside Out" editions for
earlier versions of Access, also, published by Microsoft Press, but I don't know if Viescas was the author of those. I can vouch for the quality of the 2003 edition, as I have a copy and have read/reviewed it. I have not
read/reviewed the latest edition of "Special Edition - Using..." but relied on the Access 95 and 2000 editions as my intro to Access 95 and 2000 while
waiting on new computers that could run those respective versions.

Larry Linson
Microsoft Access MVP
Larry Linson
Microsoft Access MVP
"Dave" <no**@none.net> wrote in message
news:kG**************@newsfe3-win.server.ntli.net...
I hope someone can help i have a little understanding of Access and need to
create a database that will allow me to keep track of employees work hours on various processes involved in building machines. Each employee may be involved in more than one process on more than one machine. I need to

input
this data for each employee( a total of 10 employees) keeping track of

their
total hours on each process of the machine.

Also i need to add all these values to the total hours worked on each
machine from the accumulation of all employees. I hope this makes

sense. I
am looking for pointers or websites.

Any help greatly appreciated, thanks in advance


Nov 13 '05 #3

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

Similar topics

7
by: WindAndWaves | last post by:
Hi Gurus I am keen to make a search page on a website, but I have absolutely zero experience with PHP. I am going to hire an expert, but I thought that it may pay to try it a bit first myself...
9
by: Damien | last post by:
I have just built a simple stopwatch application, but when i f5 to get things goings i get this message, An unhandled exception of type 'System.ArithmeticException' occurred in...
2
by: Gregor Horvath | last post by:
Hello, class A(self): def A1(): pass class B(self): def B1(): #************************************ #*** How can I access A1 here???? ***
6
by: chris | last post by:
im pretty ne to java script - so please be gentle :) basically what i want to do is construct an action in a function using a variable sent to that function ok - what i want to do is ...
10
by: Fred Nelson | last post by:
Hi: I have programmed in VB.NET for about a year and I'm in the process of learing C#. I'm really stuck on this question - and I know it's a "newby" question: In VB.NET I have several...
4
by: Fred Nelson | last post by:
I have an applicatioin that I'm writing that uses a "case" file that contains over 350 columns and more may be added in the future. I would like to create a dataset with all the column names and...
17
by: Fred Nelson | last post by:
Hi: I'm trying to implement an overall error handler in my VB.NET windows application. I need to place an "On Error Goto" in "Sub Main". I have tried to create a Sub Main and have had no...
1
by: Darren | last post by:
Hi, I am writing a homepage that contains a table that displays xml data, the page is called index.xsl and the xml is called index.xml. As there is now no index.html as i've converted it to...
5
by: alexrixhardson | last post by:
Hi guys, I am a newby in the C/C++ world, and I am beginning to work on a rather simple TCP/IP proxy application which must be able to handle large volume of data as quickly as possible. ...
0
by: gdrude | last post by:
I should start of by letting everyone know that I am not an experienced programmer. I have read a number of books on OOP languages and settled on Python to solve this particular problem. ...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
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,...
0
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...

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.