Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kbearhome
Starting Member
36 Posts |
Posted - 2003-08-22 : 18:56:14
|
We have tables on SQL server that have data type ntext. The text will not display when linking the table in Access. The error is 'The field size is too small. Try pasting or inserting less data.'. How can I get the text to display and be editable through Access.Thanks. |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-08-22 : 20:30:05
|
You may want to build a form in Access and use it instead of browsing the table directly. |
 |
|
|
|
|