Results 1 to 3 of 3
  1. #1
    ksosnick is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2011
    Posts
    1

    adding images & documents to database

    I am creating a database that will store one image and one or more documents per record, in addition to other text and numerical data. What are the best field types to use for the images and the documents. I will need to print reports containing these fields.

    Thank you so much.



    Karen

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    in general images & documents should be filed in files outside the db - but linked to them from tables using either the hyperlink field type or the attachment field type (.accdb only).

    you state that you will need to print reports containing these images - and upfront this must be thought thru correctly. A reasonably sized (bit size) image can be included in each record of a report without problem. You will find instructions on this in the textbooks. If that is all you need then this will work find. But documents (i.e. Word, excel, pdf) should not be attempted to be 'windowed' into Access as an image for a report. That will not be a good experience - and fundamentally will not work. The only work around would be somehow to trigger their print using their own application and simply collate them into the report manually.

    In a typical construction project db application (not a report per se) - one might have dozens of linked documents - blue prints, scanned info, pics, Word docs, etc. Access acts like a central switchboard pointer to all these - - when you open an attachment it auto opens whatever native application they run in outside of Access, and you use the operating system to window your view of things. It works fairly well.

    In an attachment heavy application it is important to carefully think thru where the attachments are to be filed for the long term so that all the links are not broken should one decide to rearrange the location of files/folders.

    Hope this helps.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931

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

Similar Threads

  1. Adding images to form for each record
    By Zipster1967 in forum Forms
    Replies: 9
    Last Post: 07-05-2011, 02:36 AM
  2. Adding Hyperlink to database
    By JeffG3209 in forum Access
    Replies: 3
    Last Post: 05-05-2011, 04:47 AM
  3. Replies: 1
    Last Post: 11-04-2010, 12:57 PM
  4. Replies: 17
    Last Post: 08-26-2009, 11:27 AM
  5. Images per record, database form OCX
    By lochie360 in forum Forms
    Replies: 3
    Last Post: 07-26-2009, 03: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