PDA

Click to See Complete Forum and Search --> : How do I use a Scrollbar to navigate an Access DB using the Data control


thomasellis
Feb 10th, 2000, 01:01 PM
The data controls bound navigation is too pathetic, you can't move to areas in, say, the middle of the database easily. I would like to add a scrollbar to navigate so that I can access these areas easily. Any help would be much appreciated. THANKS! :)

------------------
Tommy Boy.

thomasellis
Feb 10th, 2000, 01:20 PM
btw, i am trying to use this code:

Private Sub scrData_Change()
scrData.Value = datVocab.Recordset.AbsolutePosition
End Sub


------------------
Tommy Boy.