Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18

    The form has a RecordSource of the "card' table. The image path was entered into the a field in the "card" table. PACKAGE is displayed. The field is set as an OLE Object in the table (design view). The form (in design view) displays the path, but not the image.

  2. #17
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18
    Update: The RecordSource of the form is the "card" table. The "card" table (in data sheet view) contains a field "obverse" that points to the full path of the image. The field displays the words: "long binary data". The "card" table in design view has the field "obverse" defined as an OLE Object.

    The form in data sheet view shows the image path in the box labelled "obverse".

    Going to bed soon. Thanks for your help.

  3. #18
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I would use an "Image" control rather than an OLE Control. In the Current Event of the Form put the following code:
    Code:
    Private Sub Form_Current()
        Me.obverse.Picture = Me!obverse
    End Sub
    ...remembering to change the Obverse Control to an Image Control.

  4. #19
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18
    Where do I "use Image control"? I can't find it.

  5. #20
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I have it as the last Control in the Controls section of the Design menu. You may have to scroll down in that section.

  6. #21
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18
    I hate to do this to you, but I give up! This is all too confusing. I'm going to create what I want in WORD - it's a lot easier. Thank you for all your effort. I really appreciate it.

  7. #22
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Can you post a sample of your db? I'll modify it to display the picture. It really is easy once you've done one.

  8. #23
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18
    Can you send me your e-mail address? Or do I attach the database to the forum?

  9. #24
    dluhop is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    18
    Case is closed, thanks to RuralGuy!

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access 2010 Forms Command button Question
    By RayMilhon in forum Forms
    Replies: 3
    Last Post: 09-12-2011, 03:38 PM
  2. Replies: 17
    Last Post: 08-03-2011, 05:19 PM
  3. 2010 and 2007 Access Queries, Forms & Reports
    By rpaldridge in forum Import/Export Data
    Replies: 3
    Last Post: 02-11-2011, 07:37 AM
  4. Access 2010 Sub forms
    By jordanturner in forum Access
    Replies: 1
    Last Post: 10-06-2010, 06:55 PM
  5. Replies: 17
    Last Post: 08-26-2009, 11:27 AM

Tags for this Thread

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