So I have come across this situation a number of times while creating forms. The most recent example is this: I would like to look up a person's name and return their position on a fairly large HR database. When their position matches a view, I'd like to fill in choices in a drop down menu. Since the lookup rules only run when the page loads, this creates an issue since the first value is necessary to fill the drop down menu with the list in the view.
I have looked around, and it seems as though I need some type of "on change" event to trigger after the initial position field contains data. What would be the simplest way to do so?