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...