A
alex
Hello Experts,
Question regarding the 'Default' value on a Form.
I'm trying to use the IIF Function to populate one control based on
another.
The control that I'm trying to populate is a text box, while the other
control is a check box.
With the expression builder on the 'Default Value' line I've entered
the following:
=if([TAXABLE],"PLEASE NOTE TAX","")
This is not working...any suggestions?
Since the TAXABLE control is a yes/no true/false, when the box
[TAXABLE] is checked, the text box should say "PLEASE NOTE TAX", else
it should be null.
alex
Question regarding the 'Default' value on a Form.
I'm trying to use the IIF Function to populate one control based on
another.
The control that I'm trying to populate is a text box, while the other
control is a check box.
With the expression builder on the 'Default Value' line I've entered
the following:
=if([TAXABLE],"PLEASE NOTE TAX","")
This is not working...any suggestions?
Since the TAXABLE control is a yes/no true/false, when the box
[TAXABLE] is checked, the text box should say "PLEASE NOTE TAX", else
it should be null.
alex