DLookup for dates (1 Viewer)

boblarson

Smeghead
Local time
Today, 03:14
Joined
Jan 12, 2001
Messages
32,059
Glad you got it working.
 

obeylele

Registered User.
Local time
Today, 14:14
Joined
Jul 29, 2005
Messages
28
I was doing the same thing and stuck with this strange problem. your post made me realize it was a problem with date format and I did not have option to change systems date format. So used VB's Format function to change the date format. Just in case anyone needs to do that.

holDate = Format(holDate, "m/d/yyyy")
 

Andrew Thorpe

Registered User.
Local time
Today, 11:14
Joined
Apr 18, 2009
Messages
59
Many thanks. I'll give that a try. Much appreciate your advice. Regards, Andrew
 

Users who are viewing this thread

Top Bottom