I have a unbound form with a textbox that saves to a field that is of the type textbox. The save/update runs off a query . However, when I run the query and there are over 125 characters I get an error message "3001: Invalid Arguement". If i code the query in vba then it runs fine. Is there a maximum length that can be passed from a form to a query?