Do you have a form which accesses records in your table and when you select a record from the table you want to use a slide control to modify the data ??
If this is so then there should be no problem.
Create a text box that shows the contents of the field that you want to change. Then on the slider's Change event make the text field value equal to the slider's value
eg:-
Private Sub axSlider_Change()
txtValue = axSlider.Value
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.