Imagine a form with a combobox at the top which displays some names and has ID numbers that are not displayed. Clicking on a name displays information about that person. If the user wants to advance to the next name, he/she has to click on the dropdown, then click on the next name. It would be more convenient to add to this form Next and Previous buttons to do the same thing with only 1 click. (The combobox is still needed so the user can go direcly to any name desired.)
I have done just that on a few of my forms, but I have always had to use an array to achieve this.
Does anyone know an easier, more general way to program these Next/Previous buttons?
I have done just that on a few of my forms, but I have always had to use an array to achieve this.
Does anyone know an easier, more general way to program these Next/Previous buttons?