Results 1 to 2 of 2
  1. #1
    Jsrogol is offline Novice
    Windows Vista Access 2003
    Join Date
    Aug 2010
    Posts
    1

    Post printing imported pictures in a report

    I'm using access 2003 and have automated the "import" of pictures into a form. However I can't find any way to then print these pictures. Is there a better way to bring objects into the database?



    I know if I switch to access 2010 it works fine, but in 2003 there is no luck and that is the software the client has. I have looked at some of the examples provided by Microsoft, but one only ones that work are those that have the pictues embedded into the table itsefl. Is there any way?

    Thanks in advance.

    jsrogol

  2. #2
    Max D's Avatar
    Max D is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2009
    Posts
    63
    We have developed special component for pictures in MS Access - AccessImagine.

    It can store images either at database, either at some folder.
    It prints pictures perfectly - with full resolution & smoothing.

    Import "automation" is easy here, something like that:
    For i = 1 To N
    Pic.LoadFile (”c:\MyPics\” + Str(ID) + “.gif”)
    DoCmd.GoToRecord , , acNext
    Next i
    And, of course, AccessImagine is fully compliant with Access 2003.

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

Similar Threads

  1. Problem when printing report
    By bosve73 in forum Reports
    Replies: 13
    Last Post: 08-31-2010, 11:24 PM
  2. Custom Report Printing
    By robocopfl in forum Reports
    Replies: 3
    Last Post: 06-04-2010, 12:23 PM
  3. Report Printing
    By newtoAccess in forum Reports
    Replies: 5
    Last Post: 12-02-2009, 07:46 PM
  4. Repositioning pictures in the report
    By SimonJ in forum Reports
    Replies: 0
    Last Post: 09-28-2006, 03:51 PM
  5. Loading pictures from URL in a report
    By drborracho in forum Programming
    Replies: 5
    Last Post: 12-13-2005, 09:22 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