I'd absolutely love to be spending my day working on .NET 2.0 AJAX-ey stuff

, but instead I'm debugging a problem in an MS Access database that I built *EIGHT YEARS AGO*!

Here's the situation:
- There is apparently an error in Access 2000 (all the way up through SP3) that will not allow you to update a column with a value from a form that has a length greater than 127 characters. This behavior is well-documented on the newsgroups, but I have yet to see a KB entry acknowledging the issue.
- When I run the exact same process in Access 2003, the error does not present itself. I assume that it's fixed there.
- I talked to the client about upgrading to Access 2003, and that's not an option for their organization. Access 2000 is their standard. [C]
With all that said, I have two questions:
- Is there a service pack/hotfix/other thing (other than Access 2003) that I could have the client install that would fix their problem?
- Is there a KB article or the like where MS acknowledges that the problem exists, so that I can at least show the client that they're running into a database engine problem, not a problem with the database.
Thanks!
Edit: Oh, and I really don't want to rewrite the procedure that causes the error. I'm sure that would fix it, but it would be a PITA for me and not cost-effective for our client.