N
Nettan
I have problem to show all text (over 255 character) in a reports text box.
The database tables are linked SQL server tables.
A sql is created in the code when the report opens (Report_Open) and is set
as the reports RecordSource.
I tried to create a new table, in access, and copied over the text that is
not showing properly. This works.
I tried to create a new table in Sql Server and linked it to access. This
doesn't work.
So It's seems to be some problem with linked tables, anyony have any idea
how to solve this?
//Nettan
The database tables are linked SQL server tables.
A sql is created in the code when the report opens (Report_Open) and is set
as the reports RecordSource.
I tried to create a new table, in access, and copied over the text that is
not showing properly. This works.
I tried to create a new table in Sql Server and linked it to access. This
doesn't work.
So It's seems to be some problem with linked tables, anyony have any idea
how to solve this?
//Nettan