It's a design issue in Access (unresolved in 2002). I actually got a Knowledge Base article created for this. Access is exporting the file as an Excel 95 spreadsheet, which is only able to handle 255 characters. No matter what choice you select, it will not export it in anything later than 95 (when you save it, it says it is an earlier version of Access).
There is a fix, but it's really, really ugly. You literally have to split the field up and concatonate it back together again.
Insert this into an unbound field. The numbers represent the number of characters in the field.
=Mid([memNotes],1,255)
Then do another one for the next 255 characters.
Finally, add an unbound field following these (this creates an empty column in Excel).
Then in Excel you have to Concatenate them together again into the empty field. You'd probably need to create a macro to do that.
This is a really ugly solution, but it's the only one that will work. Your best bet is to find another way of doing it, if you can.
Linda Adams
Visit my web site for writing and Microsoft Word tips:
Official web site for actor David Hedison: