Dec 14, 2004 #1 jw5107 Technical User Jan 20, 2004 294 US I have a field that I would like to re-format. The value in the field shows: 01/01/2004 06:13:00 AM It is date/time data type. How can I get this to show: 1/1/04 6:13AM ??? Any suggestions?? Examples?? Thanks in advance!! jw
I have a field that I would like to re-format. The value in the field shows: 01/01/2004 06:13:00 AM It is date/time data type. How can I get this to show: 1/1/04 6:13AM ??? Any suggestions?? Examples?? Thanks in advance!! jw
Dec 14, 2004 #2 Golom Programmer Sep 1, 2003 5,595 CA Format(DateField, "m/d/yy h:nn AMPM") Upvote 0 Downvote
Dec 14, 2004 #3 MichaelRed Programmer Dec 22, 1999 8,410 US see the ubiquitous {F1} (aka H E L P Keywork "FORMAT". MichaelRed Upvote 0 Downvote
Dec 14, 2004 Thread starter #4 jw5107 Technical User Jan 20, 2004 294 US Thank you. Simple oversight. jw Upvote 0 Downvote