Error 2176 - Setting for Property too long

S

squirleegirl

Anybody have any suggestions about a Run-Time 2176 - The setting fo
this property is too long error?

I've got a drop-down box that users pick a test from. They click th
submit button and the results of the test show in the text box. Th
results are in a plain text file to begin with. Works fine for most o
the text files, but a few are larger than others and it is on thos
that I get this error.

Thanks in advance for your help!
Squirleegir
 
E

Eric Cardenas

Anybody have any suggestions about a Run-Time 2176 - The setting
for this property is too long error?

I've got a drop-down box that users pick a test from. They click
the submit button and the results of the test show in the text box.
The results are in a plain text file to begin with. Works fine for
most of the text files, but a few are larger than others and it is
on those That I get this error.

Thanks in advance for your help!
Squirleegirl
-------------
Hi Squirleegirl,

You can use the LEFT() function to truncate the values to the first nth
character. This wil ensure that the value assigned to the text box isn't
too long.

Hope this helps,
 

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