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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top