"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
 
Top