Hi,
Thanks for you response.
It was a problem porting the database from its old access format into the mysql format.
One of the fields is a long text field, with up to 2000 characters. In access it's in 'memo' format.
When I try to port this to mysql as 'longtext' or 'blob' it only takes 255 characters across.
Any ideas?