Results 1 to 2 of 2
  1. #1
    mitcheljp is offline Novice
    Windows 2K Access 2003
    Join Date
    Jun 2010
    Posts
    1

    How do I insert an attachment using a form?

    I have an DB (2003) and I have a table with a column of type OLE Object.

    I have a user form, and on this form I want to have a field where the user can attach documents (mainly word docs, but possibly excel, images).

    How do I do this?

    What type of control do I use to add this field on the form?



    I have the form, and am working on the code to store the input to various tables.. but I'm not sure which control type I should use.

    Basically it would be nice to have a button they click, and get a browse window to locate their file, then attach it.

    Any suggestions would be much appreciated!!!

    Thanks,
    Mitch

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    the field you need in your underlying table is a Hyperlink field. then add that to the form.

    once you have your form ready, practice linking to an outside doc - put your cursor in an empty field, right click and then follow the OpenHyperlink....you'll find that the way to set it up isn't exactly obvious or intuitive......but it works once you understand it. So I put a label next to it with written instructions.....

    keep in mind that the path must be universal to all users - so be sure to stop at the top of the root. I have seen some PCs that people start using shortcuts and the whole path doesn't get into the db...and it works only from their PC and not from others....

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

Similar Threads

  1. Replies: 0
    Last Post: 02-24-2010, 12:56 AM
  2. Attachment data type INSERT INTO not working
    By LouisLouis in forum Programming
    Replies: 0
    Last Post: 09-27-2009, 02:23 PM
  3. Insert an image in a form
    By bladu in forum Forms
    Replies: 1
    Last Post: 09-10-2009, 11:13 AM
  4. Replies: 6
    Last Post: 08-17-2009, 01:41 AM
  5. email attachment from Access
    By Gandalf in forum Queries
    Replies: 0
    Last Post: 01-22-2009, 10:03 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