From Microsoft's Access specification(http://support.microsoft.com/kb/302524/en-us)
Number of characters in a Memo field:
65,535 when entering data through the user interface; 1 gigabyte of character storage when entering data programmatically
This is probably due to the fact that a text box can only handle 65535 characters