scottjo 0 Newbie Poster

I am using Visual Studio 2003 and Crystal Reports.Net for reporting off an Access 2000 database with a bunch of tables.

The problem is when I click on a menu item to run the report to see if everything is fine I get the following error message:

"buffer too small for string or missing null byte"

I've done some research and discovered that when this occurs the crystal viewer has failed because the field size of field exceeds 255 characters.

Problem is I don't know where to go to correct this. All of my database fields in my Access database do not exceed the field size limits I've set for them.

Any help resolving this issue would be greatly appreciated.