Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text size for unbound form

Status
Not open for further replies.

mrMika

Programmer
Jun 17, 2003
34
CA
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?
 
Use Paramaters in your query to tell it what kind of data is in the form. I think it defaults to Binary.

Or it could be something else.

In design view, click view, the paramaters.

ChaZ


"When religion and politics ride in the same cart...the whirlwind follows."
Frank Herbert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top