Question
November 5, 2008 at 10:20 AM
kmooney3

visual basic code to run am not pm

by kmooney3 . Updated 17 years, 10 months ago

Hello,
I have this code:
———————————————–
If ((Time >= “1:00 AM”) And (Time <= "1:10 AM")) Then Call cmdLink_Click 'automatically logs in Call ScheduledRun ' runs reports End If ---------------------------------------------- which i want to run at 1:00 am however it also runs at 1:00 pm, what am i doing wrong? thanks, Kurt

This discussion is locked

All Comments