TerryDASNY
Programmer
Hello,
I am linking a SQL Server view that has a varchar (500) field containing a comment. When I link this view to MS Access, the varchar field converts to a text (255) and truncates the data. I tried modifing the data type in the linked view in Access to a memo data type, but Access will not allow me to change properties on a linked table or view. Is there a way to link a large varchar field (500 characters)in SQL Server to a MS Access memo field?
I am linking a SQL Server view that has a varchar (500) field containing a comment. When I link this view to MS Access, the varchar field converts to a text (255) and truncates the data. I tried modifing the data type in the linked view in Access to a memo data type, but Access will not allow me to change properties on a linked table or view. Is there a way to link a large varchar field (500 characters)in SQL Server to a MS Access memo field?