Converting Ampersand to "and"

D

Dean

I need to be able to convert the ampersand "&" symbol to the word "and" when
it is retrieved from a secondary data source or entered by users into a text
field. How can I do this?
TIA
Dean
 
G

Greg Collins [InfoPath MVP]

You will have to write code to do this. OnLoad event handler is the right place for the 2DS (secondary data source) and an OnAfterChange event handler bound to the root node would allow you to handle all user-entered text.
 
Top