Question on Graphical Slider

D

Devin

Can someone offer any suggestion on how to create a simple
slider GUI in Access. I'm a newbie to Access and have
been assigned a short-term task to create a slider that
visualizes data stored in a single Access table. It has
five columns of discrete data values all of which are
interrelated to each other.

So ideally i'd like the GUI to have five sliders (each
representing the 5 columns). As i slide one slider from
left to right, i'd like the other sliders to slide
correspondingly to reflect the new values. So for example
if i slide Column 1 from 10 to 20, i'd like the other
sliders to automatically slide to whatever value
corresponds to Column 1's value of 10.

Is there a simploe way to do this. Thanks for any help.
 
Top