Link csv file to a new table Column lenght defaulted to 255 ???

G

Guest

I'm trying to link a "csv" file to a table in access. File ";" delimited so
I linked it named a new table formated everything looks ok for the
exception of all the columns have lenght of 255.
Q: is there anyway to change the lenght ?
Becuase I have other app that reads this table and it can't handle long
variables.

Thank you for any help.
 
D

Douglas J. Steele

I don't believe there is any way to change it for a linked table. However,
perhaps you can create a query that uses the Left() function on the various
fields, shortening them to whatever length you want, and have your other app
read the query instead of the table.
 

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