G
Guest
Here is my situation. I track a number of committees. I need to record meetings by location, committee, and meeting start and end times. In other words, our secretary will record a meeting by Committee A on January 22, 2004 at 13:00 until 14:00 in the Boardroom. The tables I have are:
<table> atnMEETING
<fields>
CommitteeID
MeetingDate
StartTime
EndTime
LocationID
<table> refLOCATION
<fields>
LocationID
LocationName
Capacity
<table> atnCOMMITTEE
<fields>
CommitteeID
CODE
CommitteeName
Active
CreationDate
EndDate
I would like to create a function that checks the date and time before the secretary enters the meeting. This way, she will know if there is a conflict on the specific date/time and location.
Thanks,
Eric
<table> atnMEETING
<fields>
CommitteeID
MeetingDate
StartTime
EndTime
LocationID
<table> refLOCATION
<fields>
LocationID
LocationName
Capacity
<table> atnCOMMITTEE
<fields>
CommitteeID
CODE
CommitteeName
Active
CreationDate
EndDate
I would like to create a function that checks the date and time before the secretary enters the meeting. This way, she will know if there is a conflict on the specific date/time and location.
Thanks,
Eric