Hello,
I’m sure this is a relatively easy fix, but I have an unbound combo box on a form that runs numerous queries in the After Update section. Everything there works fine. All I need to do is have a command button on the form that advances the focus of the combo box to the next record in the query its row source is based on (plus I’m sure it will need an error catcher when it gets to the end of the list). I know how to advance the form’s record with a button, but neither the form nor the combo box are bound. I’m sure someone knows off the top of their head, so I thought I would ask, since googling for an hour has turned up no results.
Thanks in advance.
I’m sure this is a relatively easy fix, but I have an unbound combo box on a form that runs numerous queries in the After Update section. Everything there works fine. All I need to do is have a command button on the form that advances the focus of the combo box to the next record in the query its row source is based on (plus I’m sure it will need an error catcher when it gets to the end of the list). I know how to advance the form’s record with a button, but neither the form nor the combo box are bound. I’m sure someone knows off the top of their head, so I thought I would ask, since googling for an hour has turned up no results.
Thanks in advance.
Comment