Search results

  1. Winkypop

    Move cursor to next field 'onchange' etc..

    I have 4 drop down lists calling values from a query. This part works as expected. However, I would like the focus to automatically change to the next drop down field after ANY (valid) entry is made. IE Drop Down 1: "any value" ----> focus automatically set to Drop Down 2, etc The code I...
  2. Winkypop

    How to: If answer is X then go to Y, if not go to Z

    I have a basic Access Form that contains a small number of questions. Question 4 is a Yes / No combo box If the user enters Yes, I want the focus to go to Question 5 If the user enters No, I want the focus to jump to Question 4.1 Completing question 4.1 will take the focus to question 5...
Back
Top Bottom