Recent content by MissJulie

  1. M

    Modifying button hyperlink according to record...

    Thanks.. have tried that but nothing seems to happen at all! How can I tell if on click it is actually even trying the code?
  2. M

    Modifying button hyperlink according to record...

    Still no luck! Please help! I tried ---------------------------------------- Private Sub Command38_Click() Application.FollowHyperlink Me![specLink] End Sub ----------------------------------------- And also ----------------------------------------- Private Sub Command38_Click()...
  3. M

    Modifying button hyperlink according to record...

    Thanks. I have tried this but nothing happens when i click the button. The code I have is Option Compare Database (was already there) Private Sub Command38_Click() Application.FollowHyperlink [specLink] End Sub any suggestions? i tried a few other things in the code builder earlier too and...
  4. M

    Modifying button hyperlink according to record...

    thanks.. this might sound a bit dumb. but for both solutions where would i make the necessary changes? ie. where could i do the double click event, is that on the field in the form. if so how do i tell it to open the file? and for the other possible solution where would i code...
  5. M

    Modifying button hyperlink according to record...

    Hi All... I have a table called Furnishings Furnishings ||ID||Name||specLink|| speckLink contains a link to a PDF eg a set of 3 records ||1||XO corner cove||C:\specs\xocc.pdf|| ||2||GD mid link||C:\specs\gdml.pdf|| ||3||key backer||C:\specs\kb.pdf|| I have a split form for this table...
  6. M

    Searching a field with comma separated string...

    Thanks people that works fine! Would it be fairly staright forward to implement that in a form? or is using SQL more of a robust solution?
  7. M

    Searching a field with comma separated string...

    that may be ok for a single word. but what if i wanted to search two or three keywords. and what about the commas and accuracy?
  8. M

    Searching a field with comma separated string...

    .. Hi peeps. I have search for guidance but google isnt doing its job like it used to and would like to reach out to yall for help. My problem is below and i am doing this in access 2007. I have a table Hobbies: Hobbies |names||city||DOB||keywords|| Records for example, would be like...
Back
Top Bottom