field too small?

Agent_J

Registered User.
Local time
Today, 16:19
Joined
Mar 28, 2004
Messages
20
I got an error message that says "The Field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data." Anyone know how I can remedy this :) ? I was using a combo box btw.
 
Agent_J said:
I got an error message that says "The Field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data." Anyone know how I can remedy this :) ? I was using a combo box btw.

Oops. One of the "TEXT" fields needs to be changed to MEMO. If memo is too small.. then you'll need to use OLE Object.

Goto design view of your table and make the above changes.
 
thanks again o1110010, ur the best :D
 
change the limit from the default 50 to a higher limit, 255 char is the limit for text, if your entering more than that in a combo one would suggest your design is flawed
 

Users who are viewing this thread

Back
Top Bottom