Truncating data

S

Steve M.

I have a situation where I need to truncate data received in Field B from
Field A. Field A will allow up to 75 characters (via data validation) and it
populates Field B which will only hold 53 characters. I do not understand
why this has to work this way on this form, but must replicate it any way.
Any thoughts.
 
G

Greg Collins [InfoPath MVP]

Set a default value formula on Field B which is something like:

substring(FieldA, 0, 53)

--
Greg Collins [InfoPath MVP]
Visit http://www.BrainTrove.com
Visit http://www.InfoPathDev.com


I have a situation where I need to truncate data received in Field B from
Field A. Field A will allow up to 75 characters (via data validation) and it
populates Field B which will only hold 53 characters. I do not understand
why this has to work this way on this form, but must replicate it any way.
Any thoughts.
 

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