I want to display a value in another field based on check boxes s.

M

Macusa

I have multiple checkboxes that are used to determine if equipment meets
certain criteria, based on those check boxes selected I want to populate a
seperate field with a Alpha Numeric Value.
 
D

Duane Hookom

This can be done with code behind the form triggered by after update events
of the checkboxes.
 
Top