adacprogramming
New member
- Local time
- Today, 06:11
- Joined
- Nov 14, 2005
- Messages
- 5
I'm using an append query to add a new record from a form.
The form has a text box and the contents get entered into a Memo field in the database. When I put more than 100 chars in the textbox and try to save to the database I get an "Invalid Argument" error.
If I use less than 100 chars then it appends fine. The error doesn't come from the textbox, I can put over 100 caracters in that, the error comes from the Append process.
In the append query I use this string.
Expr13: [forms]![additem].[description]
additem is the form
description is the textbox field.
Thanks for the help
Dwayne
The form has a text box and the contents get entered into a Memo field in the database. When I put more than 100 chars in the textbox and try to save to the database I get an "Invalid Argument" error.
If I use less than 100 chars then it appends fine. The error doesn't come from the textbox, I can put over 100 caracters in that, the error comes from the Append process.
In the append query I use this string.
Expr13: [forms]![additem].[description]
additem is the form
description is the textbox field.
Thanks for the help
Dwayne