I 've made a database with 3 fields one is an id_field, name_field, and one which is notes_field which can hold max. 55000 characters as memo field.
The input-form works fine.
But when I display the records in a table view it runs out of screen if there is alot of data in the notes field. Is it possible I can make a change to display only the first 15 characters of the field. What is the php code to do this?
