ASCII Help

  • Thread starter mattc66 via AccessMonster.com
  • Start date
M

mattc66 via AccessMonster.com

HI All,

I have an ASCII file that I import daily and I need help in avoiding the
Comma Deliminated issue I run into.

If a user inputs a quote in the description my import will generate an error
and not import the data correctly.

How can I force Access to ignor the single quote or some how clean up the
data before I import it?

Thanks
Matt
 
K

kingston via AccessMonster.com

Is the file in a consistent format? If so, you can create an Import
Specification that specifies data types and lengths. The specification can
be given a name and then used in code. Try importing the text file and using
the Advanced... button to do this. HTH.
 
M

mattc66 via AccessMonster.com

I am using the Advance Import functions. It still fails if a " is used in the
descrption.
Is the file in a consistent format? If so, you can create an Import
Specification that specifies data types and lengths. The specification can
be given a name and then used in code. Try importing the text file and using
the Advanced... button to do this. HTH.
[quoted text clipped - 9 lines]
Thanks
Matt
 
J

John Nurick

All that should be needed is to set the Text Qualifier option in the
import wizard to {None}.

I am using the Advance Import functions. It still fails if a " is used in the
descrption.
Is the file in a consistent format? If so, you can create an Import
Specification that specifies data types and lengths. The specification can
be given a name and then used in code. Try importing the text file and using
the Advanced... button to do this. HTH.
[quoted text clipped - 9 lines]
Thanks
Matt
 

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

Similar Threads


Top