In Access, how do I set up a form pathway for field responses

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

Guest

I need to create a path based on field responses in an Access form. ie if
the answer is no, then answer next field, if it is yes, then automatically
skip next five questions on form. The skipped fields or questions should
then gray out and become unanswerable.
 
You need to code it.

You'd used the afterupdate event on a given control then use the setfocus
method to move the cursor to another control and use the Enabled control
property to control whether or not other controls remain active or not.
 

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