Adrian1974
MIS
In bound forms you can of course scroll through records using the mousewheel.
I have a form, let's call it frmThing, that has a listbox, lstThing, which has a table as its record source. Now when selecting an item from the listbox, table values are assigned to unbound text boxes in the form. I want to be able to click on an unbound text box, then use the mouse wheel to scroll through the records of the table like I would a bound form. Is there any way to do this?
I have a form, let's call it frmThing, that has a listbox, lstThing, which has a table as its record source. Now when selecting an item from the listbox, table values are assigned to unbound text boxes in the form. I want to be able to click on an unbound text box, then use the mouse wheel to scroll through the records of the table like I would a bound form. Is there any way to do this?