I have 2 fields I need to combine - one is a text field, the other a currency field that must be converted to text, and then formatted to be exactly 10 characters long. I tried the following formula:
({BANK.BNK_NUM}+ToText({PAYMENT.CHK_NUM}),"0000000000",0)
It didn't work. I need to get this accomplished ASAP, so any help is GREATLY appreciated.
Kyle
({BANK.BNK_NUM}+ToText({PAYMENT.CHK_NUM}),"0000000000",0)
It didn't work. I need to get this accomplished ASAP, so any help is GREATLY appreciated.
Kyle