I have linked tables from MS Access 2000 to SQL Server.
The field I am looking at is a Memo field on MS Access side and linked to a Text 16 field on SQL Server side. All the data is there when I look at the linked table, but as soon as I do a query, the data gets truncated down to 255 characters. Is there a way around performing a query and not losing this data before populating maybe another temporary table?
Thanks
The field I am looking at is a Memo field on MS Access side and linked to a Text 16 field on SQL Server side. All the data is there when I look at the linked table, but as soon as I do a query, the data gets truncated down to 255 characters. Is there a way around performing a query and not losing this data before populating maybe another temporary table?
Thanks