Text field to date field

D

Dan

I am linking an ACT contact file with "DATE" data types,
but the are apprearing as "Character" fields in Access.

How do I import them as "DATE" type fields or convert
them from Character to date type after import/sync with
ACT.

Thanks in advance for any assistance.
 
J

John Vinson

I am linking an ACT contact file with "DATE" data types,
but the are apprearing as "Character" fields in Access.

How do I import them as "DATE" type fields or convert
them from Character to date type after import/sync with
ACT.

Thanks in advance for any assistance.

Use the CDate() function; or, create a table with a Date/Time field
and run an Append query appending the ACT linked table into the local
Access table. The date value will convert if it's recognized as a
legal date string.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top