Connecting Tech Pros Worldwide Help | Site Map

linking to pictures in access

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 04:04 AM
Steven
Guest
 
Posts: n/a
Default linking to pictures in access

i want to be able to find jpeg's in a certain directory on my server
and then link them to an id and display them in a form. at present the
table is very basic but i am struggling on how to make this default
directory so that access can find the pictures automatically without
intervention. any help would be greatly appreciated :o)

  #2  
Old November 13th, 2005, 04:04 AM
Tom van Stiphout
Guest
 
Posts: n/a
Default Re: linking to pictures in access

On 2 Nov 2004 04:58:38 -0800, steven.kelly@gmwn.co.uk (Steven) wrote:

Your program should have an Options form, where the user can specify
the root folder for your images. Such options can be stored in a table
with a single record. At application startup time the options can be
read into a UDT, for later use.
The images can be linked by filename, so you would have a table with
ImageNumber, ImageFilename. This is just a simple filename, not a
path. The path is concatenated from the root folder in the UDT and the
simple filename.

-Tom.

[color=blue]
>i want to be able to find jpeg's in a certain directory on my server
>and then link them to an id and display them in a form. at present the
>table is very basic but i am struggling on how to make this default
>directory so that access can find the pictures automatically without
>intervention. any help would be greatly appreciated :o)[/color]

  #3  
Old November 13th, 2005, 04:04 AM
Steven
Guest
 
Posts: n/a
Default Re: linking to pictures in access



Hi Tom,

Thanks for replying. I'm using Access 2000. I'm unsure what a UDT is.
Could you let me know please.

Thanks,

Steven



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4  
Old November 13th, 2005, 04:05 AM
Tom van Stiphout
Guest
 
Posts: n/a
Default Re: linking to pictures in access

On 03 Nov 2004 10:06:58 GMT, Steven <bob@bob.com> wrote:

UDT = User Defined Type

Type typGlobals
strImageRootDir as String
' other globals
End Type

Global g_Globals as typGlobals

g_Globals.strImageRootDir = rs("ImageRootDir")

etc.

-Tom.

[color=blue]
>
>
>Hi Tom,
>
>Thanks for replying. I'm using Access 2000. I'm unsure what a UDT is.
>Could you let me know please.
>
>Thanks,
>
>Steven
>
>
>
>*** Sent via Developersdex http://www.developersdex.com ***
>Don't just participate in USENET...get rewarded for it![/color]

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.