Export from Access to Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I export my access db to excel (only about 150 records) somehow the data
gets cut off in the cell. Is there a way to fix this?
 
More info is necessary to give meaningful suggestions, but one guess is that
the field involved is a Memo data type containing more than 255 characters.
Each Excel cel is limited to that amount of content, so any excess will not
get copied to the workbook cell.

Text, Number, Date & Time, Hyperlink, Yes/No, Currency data types should not
be a problem. (Although Number fields defined as Decimal size may be a
problem if used to capacity.)

Pardon the basic question, but could it simply be a matter of widening the
columns in the Excel file? |:>)
 
Thanks! I tried several ways to have the text fit... extend the column,
autosize; wrap text and even shrink text... for some reason when I export the
field contents (memo field) get cut off. Sometimes its just a small field of
data other times I think the data is too much. This helped thanks.
 
You can export more than 255 characters from a memo field, as long as
you use Excel97-2003 format.
 

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