benkingery
Registered User.
- Local time
- Today, 15:22
- Joined
- Jul 15, 2008
- Messages
- 153
I have an append query that takes data from one table and writes it to another. What I'm finding, however, is that it will only write the first 255 characters, and it leaves off everything else.
Once in the destination table, I have fixed many of these fields so they contain the full data that was originally intended. Next I have a process which exports the data from that table into Excel. I'm finding that the export will also only output 255 characters.
Does anyone know of a 255 character limit with Access and queries or outputting objects to Excel?
Note: I'm using Access 2003 as the front end, but the data is actually stored on a linked SQL Server 2005 Table where data type is Varchar(2000). In Access, the datatype is Memo.
Once in the destination table, I have fixed many of these fields so they contain the full data that was originally intended. Next I have a process which exports the data from that table into Excel. I'm finding that the export will also only output 255 characters.
Does anyone know of a 255 character limit with Access and queries or outputting objects to Excel?
Note: I'm using Access 2003 as the front end, but the data is actually stored on a linked SQL Server 2005 Table where data type is Varchar(2000). In Access, the datatype is Memo.