A
Ardeshir Amini
I am using Access 97 as the front end and SQL Server 2000 on the back end. I
have a few fields in SQL that have more than 255 chars. The fields are
defined in SQL as nvarchar with a size of 1000. However, when I open the
linked table in Access, it only shows the field with 255 chars. It shows
#Error in other records. Therefore, I get an error that the text is too
large for the field.
I would just change the field from "text" to "memo" in Access. SQL does not
have a problem storing the info, but Access can not display it if it is
larger than 255 chars. I have tried also other types as Text, nText without
success.
I have no problem viewing the data in Access 2000.
Ardeshir Amini
have a few fields in SQL that have more than 255 chars. The fields are
defined in SQL as nvarchar with a size of 1000. However, when I open the
linked table in Access, it only shows the field with 255 chars. It shows
#Error in other records. Therefore, I get an error that the text is too
large for the field.
I would just change the field from "text" to "memo" in Access. SQL does not
have a problem storing the info, but Access can not display it if it is
larger than 255 chars. I have tried also other types as Text, nText without
success.
I have no problem viewing the data in Access 2000.
Ardeshir Amini