User Profile

Collapse

Profile Sidebar

Collapse
Chris24
Chris24
Last Activity: Sep 10 '10, 06:16 PM
Joined: Sep 9 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Chris24
    replied to How to have a button open a hyperlink?
    Answer Complete!!

    Thank you so much!!
    See more | Go to post

    Leave a comment:


  • Chris24
    replied to How to have a button open a hyperlink?
    Thank you very much TheSmileyOne.

    I am having further issues because not every record in my table has a hyperlink path.

    I have been working with a If statement, but i cannot get it to work. I am unsure what I am commanding the if statement to do, but I receive the Msgbox everytime (I changed "tbl_doc" to my table name):

    If strPath = DLookup("InfoPD F", "CompanyInf o", "FileID="...
    See more | Go to post

    Leave a comment:


  • Chris24
    replied to How to have a button open a hyperlink?
    On the form
    ComboBox: CompanyName
    Controlsource value: CompanyName
    Row Source value: SELECT CompanyInfo.Fil eID, CompanyInfo.Com panyName FROM CompanyInfo ORDER BY CompanyInfo.Com panyName;

    On the table:
    Autonumber: FileID
    Text Column: CompanyName
    Hyperlink Column: InfoPDF
    See more | Go to post

    Leave a comment:


  • Chris24
    started a topic How to have a button open a hyperlink?

    How to have a button open a hyperlink?

    I have a form with a Combo box and a button.
    I want the user to be able to choose an option in the combo box, click the button, and a related .pdf is opened.

    The Combo box has a control source in a table. Within the same record as the control source, a 2nd column contains a hyperlink with a file path to a related .pdf.

    What I am struggling with is the code associated with the clicking of the button.
    How...
    See more | Go to post
No activity results to display
Show More
Working...