DJ_DEF_CON_1
Registered User.
- Local time
- Today, 13:12
- Joined
- Jan 1, 2003
- Messages
- 40
I have a small database, which has a form with a text box that is unbound. A report is based off this form.
The user fills out this text box and then previews the report. The user, upon closing the report, is asked if they would like to save this information. If the user chooses to save this, the information is appended to a different database into a memo field.
The problem seems to be when there are too many characters in the text box, the append query craps out. Is there any way of having the append query work even if there are a lot of characters in the text box?
Thanks in advance for your assistance.
The user fills out this text box and then previews the report. The user, upon closing the report, is asked if they would like to save this information. If the user chooses to save this, the information is appended to a different database into a memo field.
The problem seems to be when there are too many characters in the text box, the append query craps out. Is there any way of having the append query work even if there are a lot of characters in the text box?
Thanks in advance for your assistance.