I have recently converted from an Access97 database to a SQL backend, the application is written in Access 97 forms and now uses linked ODBC tables to connect to the SQL database.
The problem I now have is that when keying in data into memo fields, the application allows users to key in as much as they want, but on saving it truncates their input to 255, the datatype for the field is set up as a VarChar 1000 chars on the SQL database.
Cheers
Dazza
The problem I now have is that when keying in data into memo fields, the application allows users to key in as much as they want, but on saving it truncates their input to 255, the datatype for the field is set up as a VarChar 1000 chars on the SQL database.
Cheers
Dazza