Requiring Input If A Condition Exists

S

SCW

I want to require a secondary entry if certain input exists. Is there a way
to require the user to enter more information if they select that input?
 
S

Steve Schapel

SCW,

Yes, there is. You could use code on the Before Update event of your
form to check that the requirement has been complied with. Or you could
use a Validation Rule. To assist the user, you could use code on the
After Update event of the control for the first field, to toggle the
Visible property of a control for the entry of the secondary data,
according to the primary input.
 

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

Top