Search results

  1. P

    IF... then a picture

    i cant save it in any other file format. it tells me that i have used features that are only available in this access version
  2. P

    IF... then a picture

    i dont know why but it tells me that it cant find the picture. i named the picture oscarPic from the properties button of the picture itself. Then i entered the code from the properties menu on the form - event - on current - event procedure and then i entered this code: Private Sub...
  3. P

    IF... then a picture

    whats an image control ?
  4. P

    IF... then a picture

    i guess the best way is to put an image in the form. Then if i have checked the box the image should be visible and if its not checked then it shouldn't be visible. the checkbox field is named bestpictureoscer and my file is named oscar12. if you think this is a good idea and could work can...
  5. P

    IF... then a picture

    im making a list for movies, the check box is if the movie has won an Oscar for best film.So if i have checked it i want a picture of a little Oscar to appear in the form. If the check box isnt checked then there is no need of a picture.
  6. P

    IF... then a picture

    hello, how can i make a image appear in my form when there is a check in the check box from the table?
  7. P

    Hyperlink button for each record

    yeeeeee IT WORKED!!!!!!!!!!!!!!!!!!!!!!!!! THANK YOU SO MUCH :)))))))))))))))))))))))))))) YOU MADE MY DAY! i made the field as hyperlink in the table that's why it didn't work before!!!! thank you for your patience and fast replies!!! I wouldn't have done it without you!!
  8. P

    Hyperlink button for each record

    no i mean i enter the code you gave me in the properties of the button and the link i put in the table field1
  9. P

    Hyperlink button for each record

    i did it on another record only with www and it showed me the same error but it showed me two links mine with www and another with http ps: in my last post i entered httc but it was a mistake in the table its correct http
  10. P

    Hyperlink button for each record

    and my link begins with httc:// , i've entered the entire link and im doing this on the properties of the button
  11. P

    Hyperlink button for each record

    it shows the link correctly '#thecorectlink#1'. I'm sorry that i don't give the link but i don't have permission the post links.
  12. P

    Hyperlink button for each record

    I made a field in the table named Field1 which has the link for the website. i put it in the form. after that i made a button and in on_click i entered Private Sub Command93_Click() Application.FollowHyperlink Me.Field1 End Sub after that i click on the button and a error appears. run time...
  13. P

    Hyperlink button for each record

    where do i enter the code? i guess i have to create a button, but after that where do i enter Application.FollowHyperlink
  14. P

    Hyperlink button for each record

    i just go to "build hyperlink" and type the address there. then when i click on the button or the picture i go to the site. but i want to add different links for the other records.
  15. P

    Hyperlink button for each record

    im using a normal form. i dont want it to be continuous
  16. P

    Hyperlink button for each record

    Hello, I'm a new user of access and i stumbled on a problem. I created a table about films and i made a form so i can see each movie in a different record. I wanted to create a button which generates a link to the movie's internet website. But when i create a button i cant put a different...
Back
Top Bottom