since you'll be using a web server for the images - why not have both
the web code and access code reference the URL....
new_2_va_2003@mail.com (Ken) wrote in message news:<9b4fb041.0310230437.59e367e6@posting.google. com>...[color=blue]
> I have a database called autographs.mdb that is in the "XYZ" folder in
> the "database" folder. I have a form in the database that I want to
> display a photo of the celeb on. The photos are in a "graphics" folder
> that is on the same level as the "xyz" folder. The only way I can seem
> to make it work is to put the entire path including hard drive in the
> table (c:\database\graphics\photo.jpg). But I also want to upload the
> database to the web and so the local PC info will not be recognized.
> So I'm sure I only need to have "\graphics\photo.jpg" in the table but
> then it won't display in the form.
>
> Seems like "\graphics\photo.jpg" would display the photo in the form
> but it does not.
>
> Ken[/color]