N Novice1 Registered User. Local time Today, 13:13 Joined Mar 9, 2004 Messages 385 Sep 24, 2010 #1 I'm getting a Type Mismatch error with the following code: If Time(Now()) >= #9:00:00 AM# And Time(Now()) <= #3:00:00 PM# Then What am I doing wrong?
I'm getting a Type Mismatch error with the following code: If Time(Now()) >= #9:00:00 AM# And Time(Now()) <= #3:00:00 PM# Then What am I doing wrong?
KenHigg Registered User Local time Today, 16:13 Joined Jun 9, 2004 Messages 13,327 Sep 24, 2010 #2 If Time() >= #9:00:00 AM# And Time() <= #3:00:00 PM# Then ??
boblarson Smeghead Local time Today, 13:13 Joined Jan 12, 2001 Messages 32,059 Sep 24, 2010 #3 I gave you the answer to this yesterday in this thread.