Slider with Text Box

  • Thread starter Thread starter TheNovice
  • Start date Start date
T

TheNovice

Hey all,

I need some help bad. can some one tell me how i can use a slide bar and
having it update my text box automatically...

my slide bar name is csSl01 and my text box is txtVal10.

PLEASE HELP.

Thanks
 
Private Sub csSl01_Change()
Me.txtVal10 = Me.csSl01
End Sub
Hey all,

I need some help bad. can some one tell me how i can use a slide bar and
having it update my text box automatically...

my slide bar name is csSl01 and my text box is txtVal10.

PLEASE HELP.

Thanks

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top