Connot convert "20050130" from text file into access

  • Thread starter Thread starter Guest
  • Start date Start date
No idea what you are asking. Is that string somewhere in your text file?
Do you expect it to transfer to a particular field in your database? What
happens when you try it?

Your post is very very vague.
 
Sorry rRick, My first post

I mean text in the form "YYYYMMDD" to import into access in date format
 
Sorry rRick, My first post

I mean text in the form "YYYYMMDD" to import into access in date format

Import it as text, and use an Update query to update a date/time field
to

CDate(Format([textdate], "@@@@/@@/@@"))

John W. Vinson[MVP]
 

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

Back
Top