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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
This can be done with code behind the form triggered by after update events
of the checkboxes.
 
Back
Top