Dim junkVar as String
junkVar = Nz(Me.Names_Combo_Box.ListCount)
The above code sets up a combo box's slider nicely. Otherwise, the slider is really jumpy and can only slide short distances.
I have a query that is the basis for a subform of a subform. The query pulls information from a main table and sets up that subsubform, but the vertical slider on that subsubform is jumpy just like the slider on a large combo box. How can I force the subform to give me the maximum number of results, so that I can be sure that it's counted things so that the slider will slide smoothly?
junkVar = Nz(Me.Names_Combo_Box.ListCount)
The above code sets up a combo box's slider nicely. Otherwise, the slider is really jumpy and can only slide short distances.
I have a query that is the basis for a subform of a subform. The query pulls information from a main table and sets up that subsubform, but the vertical slider on that subsubform is jumpy just like the slider on a large combo box. How can I force the subform to give me the maximum number of results, so that I can be sure that it's counted things so that the slider will slide smoothly?