| |
zontar
Posts: 1
Score: 0
Joined: 1/6/2003
From:
Status: offline
|
Hi, I am having a problem with a date conditional statement. I want to test if a user enters a borrow date/time value before 8AM or return date/time after 3PM. Here is what I have for this (obviously it is not working). Any help would be greatly appreciated. If (TimeValue(dateout) < 8 Or TimeValue(datein) > 3) Then
|
|