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

Amount of time spent on a record

RR
What would be a good way to keep track of how much time a form was opened to
each individual record?

Thanks
Nov 13 '05 #1
3 1891
RR wrote:
What would be a good way to keep track of how much time a form was opened to
each individual record?


Use the on current event of the form, combined with the datediff
function. If all you're worried about is the last access, then you can,
if you wish, have a field in the table of concern that has the time
difference written to it.

Otherwise, create a table that joins with the table in question and you
can get a hiistory of who's been at what records and when.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #2
RR
Thanks for the answer.
What I would really like to keep track of is how long the form is open to
any record. For example if a record is open for 15 minutes during a phone
call to the person in that record, I would like to keep track of those 15
minutes.
"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:cu**********@coranto.ucs.mun.ca...
RR wrote:
What would be a good way to keep track of how much time a form was opened to each individual record?


Use the on current event of the form, combined with the datediff
function. If all you're worried about is the last access, then you can,
if you wish, have a field in the table of concern that has the time
difference written to it.

Otherwise, create a table that joins with the table in question and you
can get a hiistory of who's been at what records and when.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me

Nov 13 '05 #3
RR wrote:
What I would really like to keep track of is how long the form is open to
any record. For example if a record is open for 15 minutes during a phone
call to the person in that record, I would like to keep track of those 15
minutes.


The second approach would be what you want then. This will create a lot
of records, I would imagine. If you're not sure what to do, write back
and I'll air code it.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #4

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

Similar topics

4
by: Mark Reed | last post by:
Hi all, I have a query (query1) which shows scan date, scan time & operator. One scan = 1 record. What I want to do is create a report based on query 2 from query1 which shows all the scans AND...
2
by: MLH | last post by:
I have tblMemberLogins with and fields. Any member may appear in the table numerous times. How can I sum up the total time spent logged in by any member in the table, I can extract the records...
3
by: Chanchito | last post by:
hi there, I am seeking some guidance in regards to creating a query. I would like to be able to have the query display records that have had a certain amount of time pass since the time that is...
3
by: gzimmer | last post by:
What should I put in a query that would, if I have a start time and an end time, tell me how much time was spent on a project.
6
by: barisbasar | last post by:
Hi All, I have a problem about my form. My aim is to get total time spent on, before saving the record to the database on a form. I used the time function when the form loads and save it to the...
8
by: Killer42 | last post by:
Hi all. I have an interesting situation; searching a Date field for my exact value fails, but including it in a range works. I know this sounds like the usual beginner's date/time woes but I...
17
by: cmartin1986 | last post by:
Ok I this one will be tough to explain so i'll try to give as much detail as possible. What i need to do is build a stacked column chart in access off a set of information that has 13 different...
19
by: xianwei | last post by:
#include <stdio.h> #include <stdlib.h> #include <time.h> int main ( int argc, char *argv ) { long i = 10000000L; clock_t start, end; double duration;
9
by: garyb2008 | last post by:
Hello Can someone help me with this one please! Im working on a service level tracking database which records the times that a service goes down during the day (DowntimeStart/DowntimeEnd) and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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...
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
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,...

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.