Error 3116--The field is too short for the amount of data you...

G

Guest

Form frmContact has a control bound to tblAlumnus!EmailAddress. This field is
defined as text, 30 characters. The control has the property IsHyperlink =
Yes. Every time I key anything into the control, when I try to close the
form, I get the message "3116 The field is too short for the amount of data
you attempted to add." In the most recent occurrance of this, I had typed
only 16 characters. When I opened tblAlumnus directly I was able to enter the
change with no problem. Obviously, I've done something stupid again. How do I
fix it?
 
A

Allen Browne

Set IsHyperlink as No.
Instead, use the Click (or DblClick) event of the control to SendObject.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top