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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing text - "+"(plus) is getting purged...suggestions?

Status
Not open for further replies.

Taran72

Technical User
Nov 1, 2001
8
US
Hello...

My job requires importing tab and comma delimited text files into Microsoft Access. Often, some of the fields contain overseas phone numbers. Here's an example:

+45-22-917-1234

Access seems to be purging out the "+45-"; this is what gets imported:

22-917-1234

This does not happen if I import the same data from an Excel file. However, that is not useful. I realize Access is probably picking that up as a function or formula, but I do not know how to tell Access otherwise. Any suggestions? Thank you.
 
Are you appending this data to an existing table?

If so, the field must be big enough, have the datatype text, and not have a validation rule on the field preventing the proper import.
 
Yes, I am importing this data into an existing empty table with headers in place. The field has a 255 limit and has the datatype text. As for a validation rule, I am not so sure...but I do not think so.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top