convert to date in sql

rodneyb

Registered User.
Local time
Today, 22:21
Joined
Jul 3, 2003
Messages
84
I am trying to update a date field in a database table with a text value from another table via sql. what is the best way to convert a string which has format "yyyymmdd" to a date field?
 
Rodney,

See the CDate function. There should be examples here or in
Access Help.

Wayne
 

Users who are viewing this thread

Back
Top Bottom