How do I update a Calendar with dates?

niftysam

Registered User.
Local time
Today, 09:18
Joined
Jun 21, 2004
Messages
22
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
 
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:
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!!
 
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!
 

Users who are viewing this thread

Back
Top Bottom