assign textbox value to jump to webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top