Hi! I have a table of 700,000 records. The date currently is formatted 5/25/1987. I need the date updated to look like this 05/25/1987. This needs to be done so that I can import it into Oracle.
What is the data type of the field ?
If (as it really should) DateTime then simply play with the Format function in a query and then export this query to Oracle.
Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
In design view for the table, set the Format for the field to "Short Date" then, in "Control Panel / Regional & Language Options / Customize / Date ", set the "Short Date" format to "MM/dd/yyyy".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.