473,434 Members | 1,451 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,434 software developers and data experts.

Start Job, Finish Job times...

I may be barking up the wrong tree here (maybe I can do all this in
Excel) but...

I have created an Excel sheet that lets me input job start and finish
times and the amount of work done within the jobs so that I can work
out "total work per hour" etc....it works very well but I have to
input the times and workload manually...

Now is there anyway Excel or Excel linked with Access can be used so
that for example, someone comes along and hits "start" at the start of
their job and "finish" at the end of it so that the times of these
button presses are recorded by the PC itself (and thus using Excel
it'll work out total job time etc)?

I am a novice at Access but I'm willing to spend time to do this...I
just want to know if it will be possible...

Basially I just want a nic frontend with start job and finish job on
it with corresponding buttons....

Any Help would be appreciated!

--
The Zero ST
Feb 23 '07 #1
1 2377
Craig

That would be very easy to do.

Create a table with fields like StartTime, EndTime, JobNumber. Create a
form based on that table. Add two buttons (Start and Stop). Fill in the
JobNumber control. On the on-click event of the start button, assign the
current time to the StartTime control. On the on-click event of the stop
button assign the then current time to the StopTime control. Hit enter and
the record is added to the database table.

To get the time devoted to a job run a query to get stopTime - StartTime by
JobNumber.

Craig Coope" <co*******@hotmail.comwrote in message
news:4f********************************@4ax.com...
>I may be barking up the wrong tree here (maybe I can do all this in
Excel) but...

I have created an Excel sheet that lets me input job start and finish
times and the amount of work done within the jobs so that I can work
out "total work per hour" etc....it works very well but I have to
input the times and workload manually...

Now is there anyway Excel or Excel linked with Access can be used so
that for example, someone comes along and hits "start" at the start of
their job and "finish" at the end of it so that the times of these
button presses are recorded by the PC itself (and thus using Excel
it'll work out total job time etc)?

I am a novice at Access but I'm willing to spend time to do this...I
just want to know if it will be possible...

Basially I just want a nic frontend with start job and finish job on
it with corresponding buttons....

Any Help would be appreciated!

--
The Zero ST

Feb 24 '07 #2

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

Similar topics

1
by: Frank Natoli | last post by:
Does START TRANSACTION and COMMIT apply only to the Connection for which the START TRANSACTION statement was performed? So if a second Connection is created, and used to access different tables in...
1
by: Anonieko Ramos | last post by:
The logical thing to do is to try it yourself. > > > > See this example: -----------------------------------------------------------
1
by: Novice | last post by:
Hi all, I have written some code that invokes a method a few hundred times and then it immediately finishes. I would like it to instead: 1. start the hundreds of threads (asynchronously) 2....
3
by: Wardeaux | last post by:
All, I've written a "setup" wrapper that calls a sequence of "setup.exe", and all works except when I call the setup.exe for the MSDE, then it gets about half way through and then hangs... The...
1
by: lottaviano | last post by:
My table lists pieces of equipment and the date/time they are taken down for maintenance, and date/time maintenance is complete (put back up to production). Sometimes these dates/times are within...
5
by: Reddy | last post by:
I am running process.sart to run gpg.exe to encrypt files. It's working fine with console application. When i use same code in windows service. It's not working. It's not even throwing...
1
by: cvairetti | last post by:
Hi, I just write an application in C# that show an interface with five button, each button starts an external application that it comes in front of the main C# application with focus on. When the...
3
by: debi.snyder | last post by:
I'm capturing the daily time employees spend on a multiple tasks for billing. Can someone help me figure out how to confirm that the time entered by each person daily follows two rules: (1) no...
0
by: Vinod Sadanandan | last post by:
Fast-Start Failover An Overview In Dataguard Environment ============================================================================= This article describes the automatic fast start failover...
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
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
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...
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
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.