Making a field required based on a different field

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

Guest

I need to make field2 required only when certain values are input in field1,
on a form used to input data. Any other value in field1 then field2 is not
required.

Any help is appreciated.
 
I need to make field2 required only when certain values are input in field1,
on a form used to input data. Any other value in field1 then field2 is not
required.

Any help is appreciated.

Take care of that validation with code in the BeforeUpdate event of the Form!
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Back
Top