Adding field to table and form

S

Suzie G

Added row in table, duplicated another field in the table,
changed field name.
Put text box in sub-form, when saving, I get message the
following message.
Property value is too large. (Error 3309)
You are trying to set a property value of an object to a
size greater than the largest permissible size of 2K.
Shorten the length of the property value.
The field size is set to Double, and I don't know why this
is happening. Please help.
 
K

Kelvin Lu

Sounds like a data type error. Do you have a defualt value or a validation
rule with text? Since your field is suppose to be a number, this could be
the problem.

Kelvin
 

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