i have a real time clock. i want to run daily tasks when the clock is x
something like
the thing i am finding is that it doesnt liek the : so i put it in "xxx" and it still didnt work. is there anyway of doing this?
something like
Code:
If Me.txtClock = 10:15 then
MsgBox "you have chosen to run at 10:15!", vbOKOnly, "Weldone!."
the thing i am finding is that it doesnt liek the : so i put it in "xxx" and it still didnt work. is there anyway of doing this?