assign textbox value to jump to webpage

T

tyke

I have a listbox on an Access form. I want to let users pull values from the listbox and move to pages inside the web. How do I assign the placement of these values?
I have limited VB experience but can write simple macros to automate some tasks w/in the DB. I'm having trouble learning basic VB programming tasks, other than using the MsgBox to display text to users on_click. Thank you...
 
?

___

If I understand correctly, you have a list of web pages listed in you
listbox and would like to go to the selected page by double clickin
the listbox? If so, use the followhyperlink command in th
OnDoubleClick event...

Code
 

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

Top