Thanks. Yes, I know MS Access is not the best technology, though we have to use it.
Case: From a MS Access database file, i connect / link a table to a MS SQL Server table. In my current MS Access version I have a column with data type varchar(2500) and there is a request to extend this field size to 3000.
I updated the table in SQL Server database to varchar(3000) and also in a different test sequence as nvarchar(3000), as recommended by Microsoft. However in both cases I still cannot enter text longer than 2500 characters.
Steps done in SQL Server / MS Access:
- Updated database table column size from varchar(2500) to varchar(3000) and nvarchar(3000).
- In MS Access I connected via ODBC to SQL Server and linked the requested table again.
- I refreshed the database.
- Enter text comment with size greater thatn 2800 in MS Access form field connected to the updated table field (according to Excel length function).
- Error message from system (MS Access) ->