List Box to Open PDF

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
The code could be:

application.FollowHyperlink me.MyListboxName.column(2)

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