G
Guest
Hello again group,
I have a table (JobCards) with the fields EmployeeNum, JobNum, JobDate,
TimeIn and TimeOut
A user will input both TimeIn and TimeOut...
What I need is a way to validate that the times do not fall within another
range previously entered, based on the EmployeeNum and Date
For example, say I have one record...
Joe01, 5, 5/30/07, 8:00 AM, 9:00 AM
a user starts a new record...
Joe01, 6, 5/30/07, 8:30 AM, 9:30 AM
How can I check to see that the "8:30 AM" kicks out an error message?
Obviously this is the extreme simplified scenario and eventually it would be
checking through the entire days worth of times...
Thanks in advance for the help.
I have a table (JobCards) with the fields EmployeeNum, JobNum, JobDate,
TimeIn and TimeOut
A user will input both TimeIn and TimeOut...
What I need is a way to validate that the times do not fall within another
range previously entered, based on the EmployeeNum and Date
For example, say I have one record...
Joe01, 5, 5/30/07, 8:00 AM, 9:00 AM
a user starts a new record...
Joe01, 6, 5/30/07, 8:30 AM, 9:30 AM
How can I check to see that the "8:30 AM" kicks out an error message?
Obviously this is the extreme simplified scenario and eventually it would be
checking through the entire days worth of times...
Thanks in advance for the help.