E
Eddy
I am using the following code as a control source for a control on a report.
=IIf([Page]=1, [Amount1],Null)
It works fine on page 1 the amount is put in otherwise its null.
The problem occurs when I change the control source to the following:
=IIf([Page]=1,"13 " & [Amount1],Null)
The field now displays the 13 and spaces but the amount now shows no decimal
places. It is Fixed with 2 decimal places. The decimal places show up fine
in the first example but when control source is changed the decimal places
no longer appear.
Can this be done.
=IIf([Page]=1, [Amount1],Null)
It works fine on page 1 the amount is put in otherwise its null.
The problem occurs when I change the control source to the following:
=IIf([Page]=1,"13 " & [Amount1],Null)
The field now displays the 13 and spaces but the amount now shows no decimal
places. It is Fixed with 2 decimal places. The decimal places show up fine
in the first example but when control source is changed the decimal places
no longer appear.
Can this be done.