I created some fields in SQL Server 2005 with a new datatype varchar(MAX). Then I linked the table to MS Access 2003. But the SQL Server boys did not talk to the MS Access boys. Access mapped the field to a text field with 255 chars and not a memo field. When the content of the field in SQL Server exceeds 255, Access does not allow the record to be updated.
Am I smoking some strange weed, or has anyone else found this problem too?
Am I smoking some strange weed, or has anyone else found this problem too?