"Field is too small" error on Access 2002 form

A

aperez

Hello All,

I am sure you all have come across this. But I am getting a "Field is
too small" error while populating an unbound textbox on an Access 2002
form. The code is like this:

txtOriginName = rst.Fields("FromLocation") & "-" &
rst.Fields("FullFromAddress")

The total length of the text being returned is 68 characters, and the
textbox I am trying to put the string into is unbound.

Any ideas why this is happening?

TIA,
Abner
 

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