Hi,
I have a text box which has a calulated value dependent upon the value of a drop down list . .. it uses nested IIF statements and works quite well in most cases.
However, I have a problem in that the returned value is a combination of other text boxes on the form and if one of them doesn't have an entry in it the formula doesn't return any value . . . .
The part of the code I have a problem with is below ...
Any suggestions would be appreciated
Many thanks
David Jenkins
IIf([BillingDetails]="Customer",[Title]+" "+[Initial(s)]+" "+[Surname]
I have a text box which has a calulated value dependent upon the value of a drop down list . .. it uses nested IIF statements and works quite well in most cases.
However, I have a problem in that the returned value is a combination of other text boxes on the form and if one of them doesn't have an entry in it the formula doesn't return any value . . . .
The part of the code I have a problem with is below ...
Any suggestions would be appreciated
Many thanks
David Jenkins
IIf([BillingDetails]="Customer",[Title]+" "+[Initial(s)]+" "+[Surname]