Mar 24, 2005 #1 pazgb Programmer Jun 9, 2003 60 US Hello, I am trying to convert a date format. Examples 12/3/94 to 120394 1/8/05 to 010805 1/22/06 to 012206 It has to remove the slashes and be in mmddyy format and how can this be done in a Query? Can anyone help me out with this. Thank you, Michael
Hello, I am trying to convert a date format. Examples 12/3/94 to 120394 1/8/05 to 010805 1/22/06 to 012206 It has to remove the slashes and be in mmddyy format and how can this be done in a Query? Can anyone help me out with this. Thank you, Michael
Mar 24, 2005 Thread starter #2 pazgb Programmer Jun 9, 2003 60 US Nevermind I figured it out: Format([BIRTHDATE],"mmddyy") Upvote 0 Downvote