In reference to the above thread that was answered and resolved.
I'm confused on how to correct this next issue and I won't be able to test it throughly like the rest of the program because I don't work at midnight.
The last thread involved fixing a problem with preventing appointments being created that occur in the past. A problem I can see running into in the future is that if it's 11:30 PM and I try to create an appointment at 12:05 AM then Access will think that this appointment occured in the past.
What is the most effective way to bypass this?
I was thinking..... create an elseif statement that says
let time2 = Time()
Elseif TIME2 > 11:00 PM then (Skip the statement that that checks if the appointment occurs in the past) goto 55
55 runcommand accmdsaverecord