Is there a way to change this date 2004/10/08, to this 041008?
A Arvin Meyer Oct 8, 2004 #2 Donald Franklin said: Is there a way to change this date 2004/10/08, to this 041008? Click to expand... Format(Date,"yymmdd") -- Arvin Meyer, MCP, MVP Microsoft Access Free Access Downloads http://www.datastrat.com http://www.mvps.org/access
Donald Franklin said: Is there a way to change this date 2004/10/08, to this 041008? Click to expand... Format(Date,"yymmdd") -- Arvin Meyer, MCP, MVP Microsoft Access Free Access Downloads http://www.datastrat.com http://www.mvps.org/access
J John Vinson Oct 9, 2004 #3 Donald Franklin said: Is there a way to change this date 2004/10/08, to this 041008? Click to expand... The date is *stored* internally as a Double Float number, a count of days since midnight, December 30, 1899. You can display it using any number of formats. The format for your preferred appearance would be yymmdd John W. Vinson/MVP
Donald Franklin said: Is there a way to change this date 2004/10/08, to this 041008? Click to expand... The date is *stored* internally as a Double Float number, a count of days since midnight, December 30, 1899. You can display it using any number of formats. The format for your preferred appearance would be yymmdd John W. Vinson/MVP