Aug 7, 2006 #1 epoh IS-IT--Management May 8, 2006 73 US How can I return the time from a date/time field? I tried DateSerial(MYDB.DateTime) That didnt work, any ideas?
How can I return the time from a date/time field? I tried DateSerial(MYDB.DateTime) That didnt work, any ideas?
Aug 7, 2006 1 #2 Turkbear Technical User Mar 22, 2002 8,631 US Hi, Try: Time ({MYDB.DateTime}) To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, Try: Time ({MYDB.DateTime}) To Paraphrase:"The Help you get is proportional to the Help you give.."
Aug 7, 2006 Thread starter #3 epoh IS-IT--Management May 8, 2006 73 US My mistake, I forgot about the parathesis. I tried Time{mydb.datetime} before and it didnt work. No wonder. Thanks Turkbear Upvote 0 Downvote
My mistake, I forgot about the parathesis. I tried Time{mydb.datetime} before and it didnt work. No wonder. Thanks Turkbear