I have a form which has three fields. Field 1 and field 2 need to be added together with the total being displayed in field 3. After inputing 100 in field 1 and 500 in field 2 this is what I have displaying so far:
Field 1 displays: 100
Field 2 displays: 500
Field 3 displays: 100500
This is what I need it to display:
Field 1 displays: $100
Field 2 displays: $500
Field 3 displays: $600
This is what I have in my fields:
Field 1: ALH-NFRONT
Field 2: ALH-NBACK
Field 3: =[ALH-NFRONT]+[ALH-NBACK]
I checked the properties of fields 1, 2, and 3 and the format is set to currency with 0 decimal places. I am not sure what additional settings need to be made to have the currency show with the proper comptation.
Any input would be helpful.
Thank you.