List Box to Open PDF

G

Guest

I have a list box containing the following fields

Values from a table called PDF
PDFID, Name and PDFFile ( eg C:\Test.pdf)

I need some code so I can open the PDF from a button and also when I double
click.
 
A

Albert D. Kallal

The code could be:

application.FollowHyperlink me.MyListboxName.column(2)

the column properity is 0 based, so 2 = 3rd collum...
 

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