Text Length Issue while importing

G

Guest

I am importing data from excel and one of the fields gets quite large. I was
hoping the new version of Access would allow larger text fields. Since that
hasn't happened, is there a built-in method to import a large text field into
the database? Maybe a mthod to automatically import to multiple columns?
Any help is appreciated.
 
G

Guest

Excel cells have a limit of 255 characters, coincidentally the same the
maximum size for Access fields. It sounds like you are concatenating
multiple Excel columns into a single Access column. Try using a Memo field
to hold the result, or alternatively import the columns "as is" and then
concatenate when needed in Access using queries.
 
M

MH

Taken from Excel help under "specifications":

Length of cell contents (text):
32,767 characters. Only 1,024 display in a cell; all 32,767 display in the
formula bar.

MH
 
G

Guest

Stand corrected

MH said:
Taken from Excel help under "specifications":

Length of cell contents (text):
32,767 characters. Only 1,024 display in a cell; all 32,767 display in the
formula bar.

MH
 

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