I need help with formulating a mouse-down event for a form.
I have a form with a drop down menu with choices A, B, C, D.
Each drop down populates its own text into a list of text fields below it.
Below the list, I have another text field (Details) and I would like text (more detail) to populate based on a mousedown event for each item in the list. I just need help with this last step. The Tool Tip function won't work because the list populates with different information based on what's selected in the dropdown.