Two things come to mind
1- String of characters you are entering is greater than 255 (MS predefined max length) This can be altered in the properties. Or greater than a length you may have changed it too. I got caught out here before as when setting properties accidentally removed a 5 and only gave my text box max length of 25.
2- Your users are attempting to use a stretched text box for data entry where a memo field would be more beneficial
Do you have alot of fields in the table or alot of large fields.
My problem reporting the same error was due to the number and size of fields in the main table.
When I setup all the different fields it was not a problem. It was only when the users starting populating the fields that the error occurred.
It was okay for quite some time untill more and more of the fields became populated.
I carried out the following to eradicate the problem.
1) Analyse all field sizes and reduce sizes if possible.
2) Consider using abbreviations in fields if possible.
3) Assess the requirement of all fields.
4) Consider splitting of the table. i.e. I found that I could break out 25 fields that were relevant to the Datasheet No. and put these in a seperate table.
I had the error two months ago and at the time was getting it regularly since rationalising I have not had the error again.
Let me know how you go on. Never smile at work, they may think you're enjoying yourself too much and cut your pay.
I do have a very large number of fields and all are text fields with there size limit set to 255. I will try reducing the field size on as many of them as possible and will let you know how it works.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.