Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run query to update Date format into Text field

Status
Not open for further replies.

keun

Technical User
Joined
Jul 15, 2005
Messages
262
Location
US
I have a document storage database which uses to Access to deliver the load file. The document database requires me to load dates formatted as text, and in the dd-mmm-yyyy format.

I get files delivered to me with the date fielded in a text field, formatted as mm\dd\yyyy.

What I do is create a date field, and update the mm\dd\yyyy data into the date field, formatted as dd-mmm-yyyy. This works great.

The problem is, I cannot convert that date field to text. If I run an update query to go the other direction, my dd-mmm-yyyy data gets reverted back into the mm\dd\yyyy format.

How can I move dd-mmm-yyyy data from a date field into a text field and keep the dd-mmm-yyyy format?
 
Use the Format function.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top