Setting filed values

A

Art

In 2003, we all know that you can have the value in one field set the values
of other fields.

But will this work for drop downs too? In other words, if drop down box #1
is set to A, can a rule be set to set drop down box #2 to B?
 
B

Ben Hamlin

Yes. Dropdown and comboboxes share the same data types as textboxes and so
can be set just the same. Note that in the case of dropdowns, you can only
set them to a valid choice.
 
Top