N niftysam Registered User. Local time Today, 09:18 Joined Jun 21, 2004 Messages 22 Jul 22, 2004 #1 I have a db which holds event dates, and I need a way to be able to tell if any dates overlap? Any ideas?? Thank! - SAM
I have a db which holds event dates, and I need a way to be able to tell if any dates overlap? Any ideas?? Thank! - SAM
C Crilen007 Uhm, Title... *shrug* Local time Today, 09:18 Joined Jun 13, 2003 Messages 531 Jul 22, 2004 #2 It depends on how the dates are entered, and what you mean if they overlap. Are they on the same form? in a table? in separate tables? Where are these dates, and how are they entered? And when/where do you want to see if they overlap? Last edited: Jul 22, 2004
It depends on how the dates are entered, and what you mean if they overlap. Are they on the same form? in a table? in separate tables? Where are these dates, and how are they entered? And when/where do you want to see if they overlap?
EmmaJane Registered User. Local time Today, 17:18 Joined Nov 5, 2003 Messages 214 Jul 22, 2004 #3 You may find this thread of help, also follow the link at the end of it http://www.access-programmers.co.uk/forums/showthread.php?t=44656&highlight=dates
You may find this thread of help, also follow the link at the end of it http://www.access-programmers.co.uk/forums/showthread.php?t=44656&highlight=dates
N niftysam Registered User. Local time Today, 09:18 Joined Jun 21, 2004 Messages 22 Jul 22, 2004 #4 Clarification The dates are entered in the Table: Event as BeginDate and EndDate. What I mean by overlap is if Event 1 starts 12/3/04 and ends 12/6/04 and Event 2 starts on 12/5/04 then Event 1 and Event 2 would overlap. Thanks for the interest!!
Clarification The dates are entered in the Table: Event as BeginDate and EndDate. What I mean by overlap is if Event 1 starts 12/3/04 and ends 12/6/04 and Event 2 starts on 12/5/04 then Event 1 and Event 2 would overlap. Thanks for the interest!!
N niftysam Registered User. Local time Today, 09:18 Joined Jun 21, 2004 Messages 22 Jul 22, 2004 #5 More info One more thing. Events can and will overlap, but I just want to be aware of them and I dont know the best technique. Again, I thank everyone for their ideas!
More info One more thing. Events can and will overlap, but I just want to be aware of them and I dont know the best technique. Again, I thank everyone for their ideas!