Search results

  1. T

    Copying Attachments From 1 Table To Another Using GetChunk Method - HELP

    I've been trying to this subroutine to work... with no avail. Public Sub TransferAttachments() Dim DB As Database Dim rstSource As DAO.Recordset2 Dim rstDestination As DAO.Recordset2 Const ChunkSize = 32768 Dim Offset As Long Dim TotalSize As Long Dim Chunk As Variant Dim Parameter As Variant...
  2. T

    VBA code to save attachments in specific folder

    I currently have a table ("Transfer Table") with records containing a numeric primary key and an attachments field. There are multiple files in the attachment field stored. i've been having difficulty trying to adapt microsoft's VBA code example and other people's coding to do the following...
Back
Top Bottom