Results 1 to 3 of 3
  1. #1
    buienxg is offline Novice
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    15

    pictures viewing in access

    Dear Friends,

    We are traders of metal scrap. we have lots of material pictures on the basis of container numbers. We want make a user form where on entering the container number the relevant picture will be shown.

    Guidance is needed.



    Thanks and Regards

  2. #2
    Access_Blaster is offline User
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2010
    Posts
    339
    Quote Originally Posted by buienxg View Post
    Dear Friends,

    We are traders of metal scrap. we have lots of material pictures on the basis of container numbers. We want make a user form where on entering the container number the relevant picture will be shown.

    Guidance is needed.

    Thanks and Regards
    I mocked up a sample database with pictures. I would suggest not embedding your pictures in the table like I did. It will grow very fast and bloat your database. I only embedded 5 pictures and after compact it was still 4.3 GBs. Look into using a path to a picture folder instead. You may have to unzip the sample before using.
    Last edited by Access_Blaster; 11-26-2011 at 05:58 PM.

  3. #3
    Max D's Avatar
    Max D is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2009
    Posts
    63
    You can put an regular image control, and use some VBA code to display image:

    RegularImage.Picture = "c:\pics" + Num.Value + ".jpg"

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 02-20-2011, 08:42 PM
  2. droid x viewing ms access
    By hls in forum Import/Export Data
    Replies: 1
    Last Post: 01-04-2011, 03:20 PM
  3. Pictures in Access Field
    By cotri in forum Access
    Replies: 2
    Last Post: 09-13-2010, 09:05 AM
  4. Viewing Multiple Tables in Access 2007?
    By MikeT in forum Access
    Replies: 1
    Last Post: 05-16-2010, 05:38 PM
  5. Access 2.0 Viewing Code
    By wollydog in forum Access
    Replies: 0
    Last Post: 12-03-2008, 07:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums