Picture referencing???

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Picture referencing???

    Hi All

    Can I embed a picture in a form and then reference that
    picture from other forms?? I do not want to have a
    seperate picture in the folder to link to and I dont want
    to embed the same picture in all the various
    forms.

    Can anyone help or offer alternative suggestions?

    Many thanks,

    Ant

    Ant Guest

  2. Similar Questions and Discussions

    1. Referencing what is in a movieclip
      Hi, I am calling an image from a server to be displayed in flash using php, mySQL. If the image is in part of a browsing gallery where there are...
    2. Referencing the Table Name
      Say I have a Table called Predator: country(varchar 20), animal(varchar 20) And I want to search for the animal "Python" in my Predator table,...
    3. Referencing Objects using 'This'
      Here is my problem i have a class called test and in that class I have a function called loadxml. So it looks something like: class test { var...
    4. scrollpane referencing
      How do you reference a movie located inside a scrollpane. Since the movie in the scrollpane is from an external file, I am having difficulties...
    5. referencing XML nodes by name
      I would like to access the info in an XML file by name but Macromedias XML-Xtra instructions only explain how to access data via child-number eg...
  3. #2

    Default Re: Picture referencing???

    One solution is to simply copy the Form's PictureData property from the
    form with the embedded Image to another form of your choice. AFAIK both
    form's have to open but they do not have to be visible.

    --

    HTH
    Stephen Lebans
    [url]http://www.lebans.com[/url]
    Access Code, Tips and Tricks
    Please respond only to the newsgroups so everyone can benefit.


    "Ant" <antburns@hotmail.com> wrote in message
    news:038201c34b87$9b5b5cb0$a001280a@phx.gbl...
    > Hi All
    >
    > Can I embed a picture in a form and then reference that
    > picture from other forms?? I do not want to have a
    > seperate picture in the folder to link to and I dont want
    > to embed the same picture in all the various
    > forms.
    >
    > Can anyone help or offer alternative suggestions?
    >
    > Many thanks,
    >
    > Ant
    >
    Stephen Lebans Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139