SOLVED: Prefix Text box based on combobox selection
Hi all,
I want to add a prefix to a text box based upon a selection from a combobox.
Specifically,
if cboSeg = C&I txtCN prefixed 'C'
if anything else prefixd 'P' and if nothing, no prefix.
Can someone help me with this please...