|
|
Finding records with overlapping times
My table has an Case ID, date, start time and stop time. I need to be able
count the records with overlapping times. This is an OR utilization
application and we want to know how many cases we have going on at the same
time. For example: Case 1 Start time 11:00, Stop time 12:58; Case 2 Start
time 11:42, Stop time 12:28; Case 3 Start time 11:55, Stop time 12:10; Case 4
STart time 12:12 Stop time 13:35. Cases 1, 2 and 4 would be concurrent. But
since Case 3 was over before Case 4 started, it would not be counted. I know
very little VBA, but would really appreciate help with this. Thanks.
|
|
0
|
|
|
|
Reply
|
Utf
|
10/20/2007 2:28:01 AM |
|
See:
Clashing Events/Appointments
at:
http://allenbrowne.com/appevent.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"csingram" <csingram@discussions.microsoft.com> wrote in message
news:10298ADA-8C32-4545-A57D-EAF19C5AEA79@microsoft.com...
> My table has an Case ID, date, start time and stop time. I need to be able
> count the records with overlapping times. This is an OR utilization
> application and we want to know how many cases we have going on at the
> same
> time. For example: Case 1 Start time 11:00, Stop time 12:58; Case 2 Start
> time 11:42, Stop time 12:28; Case 3 Start time 11:55, Stop time 12:10;
> Case 4
> STart time 12:12 Stop time 13:35. Cases 1, 2 and 4 would be concurrent.
> But
> since Case 3 was over before Case 4 started, it would not be counted. I
> know
> very little VBA, but would really appreciate help with this. Thanks.
|
|
0
|
|
|
|
Reply
|
Allen
|
10/20/2007 3:30:30 AM
|
|
|
1 Replies
329 Views
(page loaded in 0.052 seconds)
Similiar Articles: Calculate the total overlapping time of multiple tasks, excluding ...MySQL :: Calculate Time Between Records... Calculate Overlapping Time? ... times While Excluding Breaks? Calculate Sum Of Earlier Date Records By Script? Overlapping Dates - microsoft.public.access.queriesI have a table: InactID-AutoNumber PreceptorID-Number InactStart-Date/Time InactEnd-Date/Time I don't want records that have overlapping time period... query to find customers older than 60 days - microsoft.public ...MS ACCESS :: Query Expression To Find Records 30 Days Past ... Text Overlapping Part of Grouped Objects - microsoft ... out ... ... that every morning & about 4 times ... Dates Validation for Overlapping & Gaps (Leo asked ...The end date is determined by either the next records start date, or by an ... Validation rule to prevent overlapping time periods - microsoft ... Text Field Validation ... Self Joins in Access - microsoft.public.accessFind matching records based on two fields - microsoft.public ..... Atlas C >5 Atlas D ... Validation rule to prevent overlapping time periods - microsoft ... You can use a ... Multiple Start and End Times - microsoft.public.access.queries ...Calculate the total overlapping time of multiple tasks ... Time: Find start and end times: multi-step word problems ... A table exists in Microsoft SQL Server with record ... How to join date/time field when "days" are same but ...Overlapping Dates - microsoft.public.access ... Time and Date Find the best time for web meetings ... How to get records after a certain time using SQL datetime field ... custom autonumber - microsoft.public.accessLoad frmMainBid. > It adds records to tblBids with custom numbers like you want ... custom autonumber - microsoft.public.access Validation rule to prevent overlapping time ... Calculating Total - microsoft.public.access.formsSetting the default value in a field doesn't change existing records' values. ... Calculate the total overlapping time of multiple tasks, excluding non-working times Follow Form-Level Validation Rules and Datasheet View - microsoft.public ...Validation rule to prevent overlapping time periods - microsoft ... Form-Level Validation ... Subform Records Have Been Selected ... form so that the user can view ... Finding records with overlapping timesMy table has an Case ID, date, start time and stop time. I need to be able count the records with overlapping times. This is an OR utilization Find records within/overlapping timeframe (interesting que)Hi, I have > 1 million records. I want to find records which contains the time overlap on the same day for the same personID. e.g. I have start time and ... MS SQL Server :: Finding Overlapping DatesFinding Overlapping Dates Hi all, I'm having some real problems with this little ... date for THAT record to NOW() (i.e. thecurrent system date/time)For example:- record 33 ... Finding overlapping dates: Access, SQL - Experts Exchange - Your ...Given a table that has a begin date and an end date, how can I find records that ... First, I have no control over the decision to allow overlapping time. I'm "dealing ... Overlapping records - BaldyWebOverlapping records. In an application ... In other words, find all the employees that were sick or on vacation during a given month, and where any portion of that time ... 7/22/2012 4:38:04 PM
|
|
|
|
|
|
|
|
|