Results 1 to 2 of 2
  1. #1
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154

    Upload file


    Dear all

    I would like to make a form which is used for file for filing.

    The flow is user open the form,

    Supplier name
    [Supplier product ] which i want to make a "upload link" that the user can upload related product image or pdf to our local drive

    It is possible ?

    Eric

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    make a button to execute the copy....
    Code:
    sub sub btnUpload()
    dim vFile, vRpt
    
    vRpt = "rMyReport"
    vFile = "c:\folder\" & vRpt & ".pdf"
    docmd.OutputTo acOutputReport ,vRpt,acFormatPDF,vFile
    end sub

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

Similar Threads

  1. cannot upload a *.png file
    By Lou_Reed in forum Access
    Replies: 2
    Last Post: 02-23-2017, 11:50 AM
  2. Upload to a file share (Attachments)
    By Nono215 in forum Access
    Replies: 5
    Last Post: 01-12-2016, 04:46 PM
  3. upload a file
    By newbieaccess in forum Access
    Replies: 1
    Last Post: 08-24-2014, 09:41 AM
  4. Text File Upload Issue
    By shabar in forum Access
    Replies: 11
    Last Post: 01-30-2013, 06:35 AM
  5. Upload file inside .mdb database file
    By havish in forum Access
    Replies: 0
    Last Post: 07-30-2008, 07:35 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